-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I was trying to generate a column value dynamically, but there were no changes in the result Excel file. After debugging I found that anyColumn field is ignored for writing in BeanSheetWriter:
| private final Col anyColumn; |
| anyColumn = extractor.getAnyColumn(); |
@SuppressWarnings("unchecked")
@SneakyThrows
@Override
public void writeRow(T data, Row excelRow, int rowIndex) {
int i = 0;
for (Col col: columns) {
...
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels