public class CellOperations extends Object
| Constructor and Description |
|---|
CellOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
createCellStyle() |
void |
createCellsWithStyleInRange(int startRow,
int endRow,
int startCol,
int endCol) |
void |
mergeRows(int startRow,
int rowsToMerge,
int startColumn,
int colsToMerge) |
void |
writePlainPositiveNumberValue(String cellName,
Long cellValue) |
void |
writePlainValue(String cellName,
String cellValue) |
void |
writeValue(org.apache.poi.ss.util.CellReference cellReference,
String cellValue,
CellValueOptions options) |
void |
writeValue(String cellName,
String cellValue,
CellValueOptions options) |
public void writePlainPositiveNumberValue(String cellName, Long cellValue)
public void writeValue(String cellName, String cellValue, CellValueOptions options)
public void writeValue(org.apache.poi.ss.util.CellReference cellReference,
String cellValue,
CellValueOptions options)
public void mergeRows(int startRow,
int rowsToMerge,
int startColumn,
int colsToMerge)
public org.apache.poi.ss.usermodel.CellStyle createCellStyle()
public void createCellsWithStyleInRange(int startRow,
int endRow,
int startCol,
int endCol)
Copyright © 2023. All rights reserved.