Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: SpreadsheetWriter creates columns for methods that are not annotated with @SheetColumn #59

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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