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

Write spreadsheet rows in parallel instead of in series #17

Open
tmilar opened this issue Aug 29, 2018 · 0 comments
Open

Write spreadsheet rows in parallel instead of in series #17

tmilar opened this issue Aug 29, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tmilar
Copy link
Owner

tmilar commented Aug 29, 2018

Until now, rows are being written in series to:

  • allow recalculation of sheet size between rows
  • check of errors between each write.
  • prevent collision with other writing sources ie. manual inputs

But, so far, there have been almost no errors in this process, and the sheet size re-calculation can be done in advance with some extra care (some 'lock' on the rows to be written, maybe a temporal cells paint to 'reserve' them).

It can be a good time to work on parallel writing.

@tmilar tmilar added the enhancement New feature or request label Aug 29, 2018
@tmilar tmilar changed the title Write spreadsheet rows in concurrently instead of serially Write spreadsheet rows in parallel instead of in series Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant