Share

Python Excel-XLW File-Maker

Code

Programming Languages: Python

License: Python Software Foundation License

Repositories

browse code, statistics, last commit on 2003-03-07 cvs -d:pserver:anonymous@python2xlw.cvs.sourceforge.net:/cvsroot/python2xlw login

cvs -z3 -d:pserver:anonymous@python2xlw.cvs.sourceforge.net:/cvsroot/python2xlw co -P modulename

Show:

What's happening?

  • exception raised if more than 3276 rows in tabular data

    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...

    2006-12-16 09:42:50 UTC by nobody

  • Python Excel-XLW File-Maker

    Anonymous committed patchset 1 of module CVSROOT to the Python Excel-XLW File-Maker CVS repository, changing 11 files.

    2003-03-07 18:15:10 UTC by nobody

  • python2xlw

    registered the Python Excel-XLW File-Maker project.

    2003-03-06 18:55:36 UTC by

Our Numbers