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 data path structure should be used to position data within spreadsheet #10

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

Comments

@fraguada
Copy link
Collaborator

fraguada commented Apr 9, 2013

Currently the path/item structure utilized in the spreadsheet writer means that the paths themselves do not control very well where the data will be written to. For example, if we have a path structure as such:
{0}
{2}
{3}

the data will still be written to the first three rows of the spreadsheet. The path {2} does not mean that it will skip row '1' and write it to row '2.'

@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