public interface RowSheet
ExcelColumn - to write the header title of the columnExcelCellLayout - to define the cell layout of each rowSheetData and RowSheet classes.
| column name of the field 1 | column name of the field 2 | column name of the field 3 | column name of the field ...N | |
|---|---|---|---|---|
| row 1 | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
| row 2 | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
| row N | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
Copyright © 2022. All rights reserved.