Skip to content

@AnyColumn does not work #18

Description

@MrHurniak

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:

anyColumn = extractor.getAnyColumn();

    @SuppressWarnings("unchecked")
    @SneakyThrows
    @Override
    public void writeRow(T data, Row excelRow, int rowIndex) {
        int i = 0;
        for (Col col: columns) {
            ...
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions