Skip to content

Conversation

pbacz
Copy link

@pbacz pbacz commented Jan 2, 2024

This pull request fixes #58 (SpreadsheetWriter creates columns for methods that are not annotated with @SheetColumn)

There is a bug in the implementation as currently:

A method is skipped if the @SheetColumn annotation is missing AND the method is a setter.

While the correct implementation is:

A method is skipped if the @SheetColumn annotation is missing OR the method is a setter.

@millij Please review and merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SpreadsheetWriter creates columns for methods that are not annotated with @SheetColumn
1 participant