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

Why is SpreadSheetWriter deprecated? #16

Closed
ghost opened this issue May 1, 2019 · 2 comments
Closed

Why is SpreadSheetWriter deprecated? #16

ghost opened this issue May 1, 2019 · 2 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented May 1, 2019

Why is SpreadSheetWriter marked with @deprecated, despite being shown off in the README.md?
Is it truly being discontinued?

@millij millij self-assigned this May 2, 2019
@millij millij added the question label May 2, 2019
@millij millij pinned this issue May 2, 2019
@millij
Copy link
Owner

millij commented May 2, 2019

Currently, the SpreadSheetWriter supports only xssf, i.e., xlsx writing.
Plan was to rewrite the SpreadSheetWriter into dedicated writers for xls and xlsx, similar to their respective readers. Hence the deprecation.

Is it truly being discontinued?

As explained above, the current SpreadSheetWriter implementation will be renamed to XlsxWriter.

@ghost
Copy link
Author

ghost commented May 2, 2019

Thank you for clarifying.

@ghost ghost closed this as completed May 2, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant