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

Add option to allow New() to default to creating an XLSX (XML) spreadsheet object #363

Closed
cfsimplicity opened this issue Mar 5, 2024 · 0 comments
Assignees
Milestone

Comments

@cfsimplicity
Copy link
Owner

cfsimplicity commented Mar 5, 2024

By default new() creates a binary spreadsheet (.xls) object, but this is the old legacy format which has been superceded by the XML format (.xlsx). XLSX objects support a wider range of functionality and are generally smaller when saved.

In version 5.0 the default format should perhaps change to XML, but for now introduce a configuration option to change the default for new() to XML.

@cfsimplicity cfsimplicity self-assigned this Mar 5, 2024
@cfsimplicity cfsimplicity added this to the 4.0.0 milestone Mar 5, 2024
@cfsimplicity cfsimplicity changed the title New() should default to creating an XLSX (XML) spreadsheet object, but with a config option to keep the old behaviour Add option to allow New() to default to creating an XLSX (XML) spreadsheet object Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant