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

Rows and Columns No. should starts from 1 instead of 0 #6

Closed
dbzhang800 opened this issue Nov 5, 2013 · 0 comments
Closed

Rows and Columns No. should starts from 1 instead of 0 #6

dbzhang800 opened this issue Nov 5, 2013 · 0 comments
Assignees
Labels

Comments

@dbzhang800
Copy link
Owner

  1. Inside the .xlsx file, 1 instead of 0 is used.
  2. write("A1") ==> write(1, 1) is better than write(0, 0)
@ghost ghost assigned dbzhang800 Nov 5, 2013
arcadien referenced this issue in pollen-metrology/QtXlsxWriter Jan 13, 2017
NullPointer insertSheet with exceeding index fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant