public class SimpleTableOperations<T> extends Object
| Constructor and Description |
|---|
SimpleTableOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTableCellValues(String startCell,
List<T> tableData,
Function<T,List<String>> rowValueTransformer,
List<CellValueOptions> valueOptions) |
Copyright © 2023. All rights reserved.