Menu

#1 exception raised if more than 3276 rows in tabular data

open
nobody
None
5
2013-02-19
2006-12-16
Anonymous
No

Value error raised in xlw_opblocks.py when there are more 3276 rows of data in a sheet.

That axception is raised by chr() function (line 212 of module xlw_opblocks.py) applied to 'op' list that contains the element O1 > 255.

O1 is greather than 255 if 'offset' variable is greather than 65535 in line 210 of same module.

offset is greather then 65535 when there are more than 3276 rows in 'rs' list in xlw_maker.py line 60.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.