public class ExcelSumFormulaBuilder<T>
extends java.lang.Object
| Constructor and Description |
|---|
ExcelSumFormulaBuilder(ExcelSheetWriter<T> parentBuilder,
com.github.jlangch.venice.impl.util.excel.ExcelSheet sheet,
int row1,
int col1) |
| Modifier and Type | Method and Description |
|---|---|
ExcelSumFormulaBuilder<T> |
cellFrom(int row1,
int col1) |
ExcelSumFormulaBuilder<T> |
cellTo(int row1,
int col1) |
ExcelSheetWriter<T> |
end() |
ExcelSumFormulaBuilder<T> |
style(java.lang.String style) |
public ExcelSumFormulaBuilder(ExcelSheetWriter<T> parentBuilder, com.github.jlangch.venice.impl.util.excel.ExcelSheet sheet, int row1, int col1)
public ExcelSumFormulaBuilder<T> cellFrom(int row1, int col1)
public ExcelSumFormulaBuilder<T> cellTo(int row1, int col1)
public ExcelSumFormulaBuilder<T> style(java.lang.String style)
public ExcelSheetWriter<T> end()