Uses of Class
org.openxava.util.jxls.JxlsCell
×News: OpenXava 7.7 released - March 9 · Read more
Packages that use JxlsCell
-
Uses of JxlsCell in org.openxava.util.jxls
Methods in org.openxava.util.jxls that return JxlsCellModifier and TypeMethodDescriptionJxlsSheet.getCell(int column, int row) Gets the JxlsCell contained in the cell at position column,rowprotected JxlsCellJxlsSheet.setFormula(int column, int row, String formula) Sets the formula at column,rowsheet.setFormula(1, 1, "=A1+$A2+$R1C3+R1$C4");JxlsSheet.setFormula(int column, int row, String formula, JxlsStyle style) Sets the formula at column,rowsheet.setFormula(1, 1, "=A1+$A2+$R1C3+R1$C4");JxlsCell.setHyperlink(String hyperlink) Sets the hyperlink associated with this cellJxlsCell.setSpan(int columnSpan, int rowSpan) Sets the span of the cellSets the style of the cellSets the value at column,rowSets the value at column,rowMethods in org.openxava.util.jxls with parameters of type JxlsCell