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

Spreadsheet writer should not overwrite existing data where it does not write data. #9

Open
fraguada opened this issue Apr 9, 2013 · 0 comments
Assignees

Comments

@fraguada
Copy link
Collaborator

fraguada commented Apr 9, 2013

Currently it is assumed that the spreadsheet writer will create a spreadsheet from scratch. The sheet input defaults to 1, and so on. Therefore if the spreadsheet already has data, it will overwrite all of the data in this sheet and on other sheets.

Fix should involve just overwriting the data in the positions it is writing, and nowhere else

@ghost ghost assigned fraguada Apr 9, 2013
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

No branches or pull requests

1 participant