Class SimpleTableOperations<T>
- java.lang.Object
-
- tech.grasshopper.excel.report.table.SimpleTableOperations<T>
-
public class SimpleTableOperations<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleTableOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteTableCellValues(String startCell, List<T> tableData, Function<T,List<String>> rowValueTransformer, List<String> styles, List<ValueOption> options)
-