Skip to content

Instantly share code, notes, and snippets.

@rderoldan1
Last active January 2, 2016 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rderoldan1/8335787 to your computer and use it in GitHub Desktop.
Save rderoldan1/8335787 to your computer and use it in GitHub Desktop.
Cambio en formulas de Reportes Vcenter
/*
* Formula Memoria
*/
row.createCell(8).setCellFormula("(100-I1-G"+(inicial+1)+")%*C"+(inicial +1));
/*
* Formula Procesador
*/
row.createCell(7).setCellFormula("(100-I1-F"+(inicial+1)+")%*B"+(inicial +1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment