<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/python2xlw/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/python2xlw/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/python2xlw/bugs/</id><updated>2006-12-16T09:42:50Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>exception raised if more than 3276 rows in tabular data</title><link href="https://sourceforge.net/p/python2xlw/bugs/1/" rel="alternate"/><published>2006-12-16T09:42:50Z</published><updated>2006-12-16T09:42:50Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete1dab02e229cd486687c501726587d6cf1d680a9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Value error raised in xlw_opblocks.py when there are more 3276 rows of data in a sheet.&lt;/p&gt;
&lt;p&gt;That axception is raised by chr() function (line 212 of module xlw_opblocks.py) applied to 'op' list that contains the element O1 &amp;gt; 255.&lt;/p&gt;
&lt;p&gt;O1 is greather than 255 if 'offset' variable is greather than 65535 in line 210 of same module.&lt;/p&gt;
&lt;p&gt;offset is greather then 65535 when there are more than 3276 rows in 'rs' list in xlw_maker.py line 60.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>