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

Dynamically handle worksheet size #1

Open
tadam313 opened this issue Mar 20, 2016 · 0 comments
Open

Dynamically handle worksheet size #1

tadam313 opened this issue Mar 20, 2016 · 0 comments
Milestone

Comments

@tadam313
Copy link
Owner

Upon worksheet creation, the column count/row count values are burnt-in, meaning a worksheet area won't extend as the user inserts new entries. This eventually end up causing an error if the content grows too big. The insertion logic should be aware of this behaviour and dynamically increase the worksheet area by X lines/columns. (where X should be significantly bigger than the amount of entries being inserted to avoid doing this on every insert)

@tadam313 tadam313 added this to the 1.0 milestone Mar 20, 2016
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