Class CellOperations
- java.lang.Object
-
- tech.grasshopper.excel.report.cell.CellOperations
-
public class CellOperations extends Object
-
-
Constructor Summary
Constructors Constructor Description CellOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateCellsWithStyleInRange(int startRow, int endRow, int startCol, int endCol)voidmergeRows(int startRow, int rowsToMerge, int startColumn, int colsToMerge)voidwritePlainPositiveNumberValue(String cellName, Long cellValue)voidwritePlainValue(String cellName, String cellValue)voidwriteValue(String cellName, String cellValue, String style, ValueOption option)voidwriteValue(org.apache.poi.ss.util.CellReference cellReference, String cellValue, String style, ValueOption option)
-
-
-
Method Detail
-
writePlainPositiveNumberValue
public void writePlainPositiveNumberValue(String cellName, Long cellValue)
-
writeValue
public void writeValue(String cellName, String cellValue, String style, ValueOption option)
-
writeValue
public void writeValue(org.apache.poi.ss.util.CellReference cellReference, String cellValue, String style, ValueOption option)
-
mergeRows
public void mergeRows(int startRow, int rowsToMerge, int startColumn, int colsToMerge)
-
createCellsWithStyleInRange
public void createCellsWithStyleInRange(int startRow, int endRow, int startCol, int endCol)
-
-