simonaoliver / metageta

Automatically exported from code.google.com/p/metageta
Other
0 stars 0 forks source link

utilities.ExcelWriter.WriteRecord error when # records > 65535 #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ValueError: row index (65536) not an int in range(65536)

ExcelWriter.__addsheet__ is called but the row count is not reset.

Original issue reported on code.google.com by pinner.luke@gmail.com on 9 Mar 2010 at 1:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r220.

Original comment by pinner.luke@gmail.com on 9 Mar 2010 at 1:50