<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.au/group/python-excel</id>
  <title type="text">python-excel Google Group</title>
  <subtitle type="text">
  If you use Python to read, write or otherwise manipulate Excel files, then this is the place for you! This includes the pyExcelerator, xlrd and xlwt libraries along with using COM to manipulate files with Excel itself.
  </subtitle>
  <link href="/group/python-excel/feed/atom_v1_0_msgs.xml" rel="self" title="python-excel feed"/>
  <updated>2009-11-24T02:00:09Z</updated>
  <generator uri="http://groups.google.com.au" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-24T02:00:09Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/44d7c91e360c887b?show_docid=44d7c91e360c887b</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/44d7c91e360c887b?show_docid=44d7c91e360c887b"/>
  <title type="text">xlrd support for Excel 2007 XLSX files (was Re: [pyxl] Re: Excel 2007 and dates)</title>
  <summary type="html" xml:space="preserve">
  The stage I&#39;m up to is where xlsx support is a bolt-on, not integrated &lt;br&gt; into the main package [next stage: big refactoring]. Neither &lt;br&gt; formatting_info=True nor on_demand=True is supported. &lt;br&gt; The current bolt-on kit (xlsxrd.py and runxlsxrd.py) is available (on &lt;br&gt; application) to serious alpha testers. &lt;br&gt; === Usage instructions for alpha testers ===
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Curvey</name>
  <email>ccur...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:48:06Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/4c543adb50a77761?show_docid=4c543adb50a77761</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/4c543adb50a77761?show_docid=4c543adb50a77761"/>
  <title type="text">Re: Excel 2007 and dates</title>
  <summary type="html" xml:space="preserve">
  Sure did. Not sure what to search for. &amp;quot;Excel 2007&amp;quot; seems to bring &lt;br&gt; up some discussions saying that work is underway and asking for test &lt;br&gt; cases. Perhaps you can enlighten me, and I can provide some test &lt;br&gt; cases in return. &lt;br&gt; &lt;p&gt;That would be Excel 2007...but now that I look again, I realize that
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-23T23:32:37Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/09b7bf8aa868e7a0?show_docid=09b7bf8aa868e7a0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/09b7bf8aa868e7a0?show_docid=09b7bf8aa868e7a0"/>
  <title type="text">Re: [pyxl] Excel 2007 and dates</title>
  <summary type="html" xml:space="preserve">
  Didn&#39;t think of looking in this group&#39;s archive? &lt;br&gt; Who or what is converting them all to &amp;quot;Sep 24, 2009 12:00AM&amp;quot;? &lt;br&gt; &amp;gt; and &lt;br&gt; Perhaps if you were to send a copy of your test file and your script ... &lt;br&gt; Presuming you meant &amp;quot;*days* since a given date&amp;quot;, we appear to have &lt;br&gt; different concepts of &amp;quot;obviously&amp;quot;. &lt;br&gt; (Intel)] on win32
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Curvey</name>
  <email>ccur...@gmail.com</email>
  </author>
  <updated>2009-11-23T20:25:11Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/ae5b36c0f4141681?show_docid=ae5b36c0f4141681</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63/ae5b36c0f4141681?show_docid=ae5b36c0f4141681"/>
  <title type="text">Excel 2007 and dates</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve got a bunch of Excel 2007 spreadsheets that I need to parse. As &lt;br&gt; far as I can tell from searching around, there is no release of xlrd &lt;br&gt; that will do this yet. (Although I&#39;d be quite willing to use a &lt;br&gt; development branch, if someone is working on it and willing to share. &lt;br&gt; I could not find a code repository either.)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-11-20T08:20:44Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9c93cb475c488af8/23b825a7488ff237?show_docid=23b825a7488ff237</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9c93cb475c488af8/23b825a7488ff237?show_docid=23b825a7488ff237"/>
  <title type="text">Re: merging sheets</title>
  <summary type="html" xml:space="preserve">
  See xlutils.copy and/or xlutils.filter. Both are covered in the tutorial. &lt;br&gt; As I&#39;ve said several times now, for xlutils.filter to grow this ability &lt;br&gt; would require a lot of work that would need funding. &lt;br&gt; cheers, &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-11-17T11:46:17Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/d1123b521090107f?show_docid=d1123b521090107f</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/d1123b521090107f?show_docid=d1123b521090107f"/>
  <title type="text">Re: [pyxl] XFStyle from XF instance after xutils.copy</title>
  <summary type="html" xml:space="preserve">
  Not currently :-( &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jack Cowden</name>
  <email>cowd...@gmail.com</email>
  </author>
  <updated>2009-11-16T17:06:16Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/bf9756a677206d41?show_docid=bf9756a677206d41</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/bf9756a677206d41?show_docid=bf9756a677206d41"/>
  <title type="text">Re: [pyxl] Re: IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <summary type="html" xml:space="preserve">
  I will post on that group too. Thanks for the quick response. &lt;br&gt; &lt;p&gt;Here is the full error: I thought it might have something to do with the &lt;br&gt; multi-threaded calcs in 2007, so I turned them off, but to no avail. &lt;br&gt; &lt;p&gt;Exception in thread Thread-471: &lt;br&gt; Traceback (most recent call last): &lt;br&gt; File &amp;quot;C:\Python26\Lib\threading.py&amp;quot; , line 527, in __bootstrap_inner
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-16T16:24:52Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/4a4d74ae79f82bfb?show_docid=4a4d74ae79f82bfb</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/4a4d74ae79f82bfb?show_docid=4a4d74ae79f82bfb"/>
  <title type="text">Re: [pyxl] IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <summary type="html" xml:space="preserve">
  What is the &amp;quot;obscure COM error&amp;quot;, and what do you get when you google the &lt;br&gt; error number and/or error text? &lt;br&gt; Suggestion: ask on the pywin32 mailing list if you haven&#39;t already.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jack</name>
  <email>cowd...@gmail.com</email>
  </author>
  <updated>2009-11-16T15:53:42Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/c500ac8826376b8e?show_docid=c500ac8826376b8e</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd/c500ac8826376b8e?show_docid=c500ac8826376b8e"/>
  <title type="text">IRTDInterface differences in Excel 2003 and Excel 2007</title>
  <summary type="html" xml:space="preserve">
  I am working with the RTD functions in excel using pythoncom and a &lt;br&gt; some great sample code from Chris Nilsson. In Excel 2003 and 2007, I &lt;br&gt; am able to create my python object via the IRTDServer com interface. &lt;br&gt; Excel then passes a callback interface, IRTDServerEvents to my &lt;br&gt; object. I hold on to that interface and callback using UpdateNotify
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-14T21:53:31Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/dc4fbae20ae5792c?show_docid=dc4fbae20ae5792c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/dc4fbae20ae5792c?show_docid=dc4fbae20ae5792c"/>
  <title type="text">Re: [pyxl] how could I disable gridline display</title>
  <summary type="html" xml:space="preserve">
  Hi Xinhui, welcome to the group. &lt;br&gt; Have you tried something like &lt;br&gt; grep grid Work*.py &lt;br&gt; ? &lt;br&gt; Cheers, &lt;br&gt; John
  </summary>
  </entry>
  <entry>
  <author>
  <name>Xinhui</name>
  <email>xinhui.t...@gmail.com</email>
  </author>
  <updated>2009-11-14T16:53:58Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/ea480fe832fe08fd?show_docid=ea480fe832fe08fd</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842/ea480fe832fe08fd?show_docid=ea480fe832fe08fd"/>
  <title type="text">how could I disable gridline display</title>
  <summary type="html" xml:space="preserve">
  This option in Excel is at &amp;quot;Tools -&amp;gt; Options -&amp;gt; View -&amp;gt; Gridlines(as a &lt;br&gt; checkbox)&amp;quot;. &lt;br&gt; &lt;p&gt;How could I disable it in xlwt? &lt;br&gt; &lt;p&gt;Thanks for sharing your experience with me! &lt;br&gt; &lt;p&gt;Xinhui
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-14T01:54:49Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/00a43f5a70888577?show_docid=00a43f5a70888577</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/00a43f5a70888577?show_docid=00a43f5a70888577"/>
  <title type="text">Re: [pyxl] Re: Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  You think incorrectly. It&#39;s a brave, noble, heroic effort. But &lt;br&gt; misdirected IMHO. &amp;quot;C&#39;est magnifique, mais ce n&#39;est pas la guerre.&amp;quot; &lt;br&gt; Not at all. I do regret that people don&#39;t search for previous discussion. &lt;br&gt; Or Python using pyuno to drive OpenOffice ... &lt;br&gt; Cheers, &lt;br&gt; John
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Yeung</name>
  <email>gallium.arsen...@gmail.com</email>
  </author>
  <updated>2009-11-14T00:46:56Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/916ae55bbb0f626a?show_docid=916ae55bbb0f626a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/916ae55bbb0f626a?show_docid=916ae55bbb0f626a"/>
  <title type="text">Re: [pyxl] Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  I think John Machin probably hates that I&#39;ve done this, and hates more &lt;br&gt; that I mention it when people ask, but I&#39;ve gathered approximate &lt;br&gt; widths for common characters in Arial 10 (most people&#39;s default Excel &lt;br&gt; font) and provided it in the arial10.py file in the files section of &lt;br&gt; this group, so you can build your own autofit routines. (I included a
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-13T15:47:26Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/36420cdbece1abae?show_docid=36420cdbece1abae</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/36420cdbece1abae?show_docid=36420cdbece1abae"/>
  <title type="text">Re: [pyxl] Re: Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  How did you install xlwt, and where did you install xlwt?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-11-13T15:39:19Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/4c0c62a388c98b25/14d2a4e4dd1da99c?show_docid=14d2a4e4dd1da99c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/4c0c62a388c98b25/14d2a4e4dd1da99c?show_docid=14d2a4e4dd1da99c"/>
  <title type="text">Vote on PyPI comments</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; Apologies for the cross post, but I&#39;m not sure this has received the &lt;br&gt; publicity it deserves... &lt;br&gt; PyPI grew a commenting and rating system a while back, apparently in &lt;br&gt; response to requests from users. However, since it&#39;s been rolled out, &lt;br&gt; there&#39;s been a backlash from package maintainers who already have
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dargoan</name>
  <email>johan.chouq...@gmail.com</email>
  </author>
  <updated>2009-11-13T15:17:05Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/0f163f78bfd8e5a3?show_docid=0f163f78bfd8e5a3</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/0f163f78bfd8e5a3?show_docid=0f163f78bfd8e5a3"/>
  <title type="text">Re: Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  Many thanks John. &lt;br&gt; &lt;p&gt;I looked for keyword &amp;quot;zoom&amp;quot; in this google group, and actually, I &lt;br&gt; managed to put some zoom in my file, for all worksheets! &lt;br&gt; &lt;p&gt;I used : &lt;br&gt; wb = Workbook(encoding=&amp;quot;utf-8&amp;quot;) &lt;br&gt; ws = wb.add_sheet(mySheetName) &lt;br&gt; ws.normal_magn=85 &lt;br&gt; &lt;p&gt;to obtain a 85% zoom in my worksheet. &lt;br&gt; &lt;p&gt;Note that, for some reason, I don&#39;t have the file
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-13T14:32:48Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/9bada61f9acb1bc8?show_docid=9bada61f9acb1bc8</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/9bada61f9acb1bc8?show_docid=9bada61f9acb1bc8"/>
  <title type="text">Re: [pyxl] Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  Hey Dargoan, &lt;br&gt; &lt;p&gt;Welcome ... &lt;br&gt; &lt;p&gt;(1) ...../xlwt/examples/zoom_magni fication.py &lt;br&gt; &lt;p&gt;(2) Search for messages in this group with &amp;quot;zoom&amp;quot; in the subject, dates &lt;br&gt; in December 2008. &lt;br&gt; &lt;p&gt;No. The autofit is not an option which can be set in the file so that an &lt;br&gt; autofit is done when the file is opened. Doing that requires a UI
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dargoan</name>
  <email>johan.chouq...@gmail.com</email>
  </author>
  <updated>2009-11-13T12:27:16Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/fb6b4676aea30834?show_docid=fb6b4676aea30834</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a/fb6b4676aea30834?show_docid=fb6b4676aea30834"/>
  <title type="text">Zoom in xlwt + auto-adjusting width for columns.</title>
  <summary type="html" xml:space="preserve">
  Hey everyone, &lt;br&gt; &lt;p&gt;I&#39;m new here. I&#39;m new in Python, and I&#39;m new in xlwt. &lt;br&gt; I&#39;m using Python 2.5 on a windows OS (XP) for work. I&#39;m using xlwt &lt;br&gt; 0.7.2. &lt;br&gt; &lt;p&gt;I looked in the source code but found nothing related to my questions, &lt;br&gt; and also in the examples. So I&#39;m asking here. &lt;br&gt; &lt;p&gt;Q1: &lt;br&gt; I want to create a Excel file. I manage to do it, but I&#39;d like to
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-12T11:37:59Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/8312f43b422c3328?show_docid=8312f43b422c3328</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/8312f43b422c3328?show_docid=8312f43b422c3328"/>
  <title type="text">Re: [pyxl] Re: Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  I&#39;ll probably change it a little, but only to provide more information &lt;br&gt; before re-raising the exception. &lt;br&gt; The bits that boggle me are (1) putting a whole email message in one &lt;br&gt; cell in a spreadsheet (2) how come the users don&#39;t notice all the &lt;br&gt; pseudo-East-Asian gumpf at the end of the messages &lt;br&gt; Yep, the data can be cruddy even when an exception is not raised.
  </summary>
  </entry>
  <entry>
  <author>
  <name>IanKRolfe</name>
  <email>iankro...@gmail.com</email>
  </author>
  <updated>2009-11-12T10:14:27Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/2417270ae1ce535c?show_docid=2417270ae1ce535c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/2417270ae1ce535c?show_docid=2417270ae1ce535c"/>
  <title type="text">Re: Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  Thanks for all the effort you&#39;ve put in. I agree that patching xlrd &lt;br&gt; itself is probably not a good idea in the long term, and the above &lt;br&gt; technique is what I will do in the app, because it&#39;s likely that at &lt;br&gt; some point the server will get upgraded/rebuilt and it&#39;ll stop working &lt;br&gt; again. I&#39;ll just have to make sure I keep an eye out for changes in
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-12T01:09:01Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/e50ddcd592b60d1a?show_docid=e50ddcd592b60d1a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/e50ddcd592b60d1a?show_docid=e50ddcd592b60d1a"/>
  <title type="text">Re: [pyxl] Re: Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  and the two-byte sequence there represents a high surrogate and the next &lt;br&gt; two-byte sequence doesn&#39;t represent a low surrogate so splat ... &lt;br&gt; Yes, at 7736 characters, it&#39;s preposterously huge in the context of &lt;br&gt; being meaningfully displayed as the contents of a single cell by Excel. &lt;br&gt; After you printed it out, did you read the printout?
  </summary>
  </entry>
  <entry>
  <author>
  <name>IanKRolfe</name>
  <email>iankro...@gmail.com</email>
  </author>
  <updated>2009-11-11T14:16:30Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/2b0f549cf6a2ce58?show_docid=2b0f549cf6a2ce58</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/2b0f549cf6a2ce58?show_docid=2b0f549cf6a2ce58"/>
  <title type="text">Re: Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  Ok, here&#39;s what happens: &lt;br&gt; U:\Feedback&amp;gt;python &lt;br&gt; Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit &lt;br&gt; (Intel)] on &lt;br&gt; win32 &lt;br&gt; Type &amp;quot;help&amp;quot;, &amp;quot;copyright&amp;quot;, &amp;quot;credits&amp;quot; or &amp;quot;license&amp;quot; for more information. &lt;br&gt; Traceback (most recent call last): &lt;br&gt; File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt; &lt;br&gt; File &amp;quot;C:\python25\lib\site-packages \xlrd\__init__.py&amp;quot;, line 454, in
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-10T21:51:52Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/61d21c81f98c50d5?show_docid=61d21c81f98c50d5</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/61d21c81f98c50d5?show_docid=61d21c81f98c50d5"/>
  <title type="text">Re: [pyxl] Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  Thanks for the testimonial :-) &lt;br&gt; No &amp;quot;unicode&amp;quot; is expected. I presume that you mean UTF-16. Please share &lt;br&gt; the details of your diagnosis, including what leads you to point the &lt;br&gt; finger at the data rather than (1) xlrd&#39;s failure to understand the data &lt;br&gt; layout (2) the file-creating software&#39;s failure ditto.
  </summary>
  </entry>
  <entry>
  <author>
  <name>IanKRolfe</name>
  <email>iankro...@gmail.com</email>
  </author>
  <updated>2009-11-10T13:06:58Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/c89fc09286e2ef98?show_docid=c89fc09286e2ef98</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207/c89fc09286e2ef98?show_docid=c89fc09286e2ef98"/>
  <title type="text">Unicode conversion in xlrd</title>
  <summary type="html" xml:space="preserve">
  First of all, thanks for xlrd, it&#39;s saved the day for me, I would &lt;br&gt; never have believed that after a couple of days experimenting I would &lt;br&gt; find extracting data from an Excel spreadsheet could be so easy!! &lt;br&gt; &lt;p&gt;While handling a spreadsheet that is sent to me that has emails pasted &lt;br&gt; into cells by some arcane process, I get problems with an error
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alexander Nesterov</name>
  <email>alexande...@gmail.com</email>
  </author>
  <updated>2009-11-10T11:35:37Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/8dfb9ac318643ad4?show_docid=8dfb9ac318643ad4</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c/8dfb9ac318643ad4?show_docid=8dfb9ac318643ad4"/>
  <title type="text">XFStyle from XF instance after xutils.copy</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m using xlutils.copy method to copy template xls file, fill &lt;br&gt; placeholers and return new document to user. &lt;br&gt; &lt;p&gt;rb = open_workbook(&#39;template.xls&#39;,f ormatting_info=True) &lt;br&gt; rs = rb.sheet_by_index(0) &lt;br&gt; wb = xlutils.copy(rb) &lt;br&gt; ws = wb.get_sheet(0) &lt;br&gt; for row in range(rs.nrows): &lt;br&gt; for col in range(rs.ncols):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Connors</name>
  <email>connor...@gmail.com</email>
  </author>
  <updated>2009-11-05T16:35:05Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/a72728f83b949964?show_docid=a72728f83b949964</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/a72728f83b949964?show_docid=a72728f83b949964"/>
  <title type="text">Re: [pyxl] Re: Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Thanks very much, that will save me some time.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike</name>
  <email>mike.i.bradf...@gmail.com</email>
  </author>
  <updated>2009-11-05T14:02:53Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/02fe5620320a06c1?show_docid=02fe5620320a06c1</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/02fe5620320a06c1?show_docid=02fe5620320a06c1"/>
  <title type="text">Re: Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;I&#39;ve uploaded a zipfile called excelByComExample.zip. &lt;br&gt; &lt;p&gt;Contains 3 files &lt;br&gt; - python script &lt;br&gt; - Excel file containing graph (in xlsx format) &lt;br&gt; - csv file containing new data &lt;br&gt; depending on where you unzip it you will need to change the filenames &lt;br&gt; in the python script. &lt;br&gt; &lt;p&gt;However when you run it should see
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Connors</name>
  <email>connor...@gmail.com</email>
  </author>
  <updated>2009-11-05T10:16:20Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/246da3ac2b2e52c5?show_docid=246da3ac2b2e52c5</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/246da3ac2b2e52c5?show_docid=246da3ac2b2e52c5"/>
  <title type="text">Re: [pyxl] Re: Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Yes please, that sounds extremely helpful.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike</name>
  <email>mike.i.bradf...@gmail.com</email>
  </author>
  <updated>2009-11-05T10:11:39Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/d6d1292718b803b0?show_docid=d6d1292718b803b0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/d6d1292718b803b0?show_docid=d6d1292718b803b0"/>
  <title type="text">Re: Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  I had to use COM for exactly the same reason. &lt;br&gt; &lt;p&gt;If it helps I can post an example from what I did, which updates the &lt;br&gt; data in the Excel sheet from a CSV. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; Mike
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Connors</name>
  <email>connor...@gmail.com</email>
  </author>
  <updated>2009-11-05T07:38:48Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/5d841889822aae9c?show_docid=5d841889822aae9c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/5d841889822aae9c?show_docid=5d841889822aae9c"/>
  <title type="text">Re: [pyxl] Re: Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Ok, thanks, COM it is so. &lt;br&gt; &lt;p&gt;2009/11/4 John Machin &amp;lt;sjmac...@lexicon.net&amp;gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Michael Connors &lt;br&gt; Burggravenlaan 148, &lt;br&gt; Leiden 2313 HZ, &lt;br&gt; The Netherlands &lt;br&gt; &lt;p&gt;0031611520252
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-11-04T21:12:22Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/a7cbadbe767c9f90?show_docid=a7cbadbe767c9f90</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/a7cbadbe767c9f90?show_docid=a7cbadbe767c9f90"/>
  <title type="text">Re: [pyxl] Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Sorry, no. As the README says, xlrd skips over charts. &lt;br&gt; Regards, &lt;br&gt; John
  </summary>
  </entry>
  <entry>
  <author>
  <name>mconnors</name>
  <email>connor...@gmail.com</email>
  </author>
  <updated>2009-11-04T15:00:52Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/5ad817a524f7f4b0?show_docid=5ad817a524f7f4b0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a/5ad817a524f7f4b0?show_docid=5ad817a524f7f4b0"/>
  <title type="text">Preserve graphs</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Using XLRD and XLUtils: &lt;br&gt; Is it possible to open an excel file that contains graphs in sheet 1 &lt;br&gt; and data in sheet2, and then modify sheet 2 and save it, without &lt;br&gt; losing the graphs in sheet 1?
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-10-30T12:54:09Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/3cb744fd89aa60e8?show_docid=3cb744fd89aa60e8</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/3cb744fd89aa60e8?show_docid=3cb744fd89aa60e8"/>
  <title type="text">Re: [pyxl] Re: Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  Seems you &amp;quot;found&amp;quot; that on stackoverflow. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/1643643/how-to-test-for-multiple-command-line-arguments-sys-argv/1649594#1649594&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I thought that the idea is meant to be that the asker selects the best &lt;br&gt; answer except if one of the answerers has rep &amp;gt; 10K ;-) which isn&#39;t the
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-30T11:42:06Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/f336d64d1b5f27f8?show_docid=f336d64d1b5f27f8</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/f336d64d1b5f27f8?show_docid=f336d64d1b5f27f8"/>
  <title type="text">Re: [pyxl] Re: Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  Thanks! &lt;br&gt; &lt;p&gt;2009/10/30 John Machin &amp;lt;sjmac...@lexicon.net&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-10-30T08:16:39Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/59a9bbf022b2ea6f?show_docid=59a9bbf022b2ea6f</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/59a9bbf022b2ea6f?show_docid=59a9bbf022b2ea6f"/>
  <title type="text">Re: [pyxl] Re: Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  Extremely inefficient. &lt;br&gt; Ummmm ... why not &lt;br&gt; if sh.cell(i, 1).value in sys.argv[1:]: &lt;br&gt; ? &lt;br&gt; Better: at start-up, do: &lt;br&gt; argset = set(sys.argv[1:]) &lt;br&gt; then each iteration do: &lt;br&gt; if sh.cell(i, 1).value in argset: &lt;br&gt; For alliteration aficionados and fans of Sesame Street, today&#39;s letter &lt;br&gt; is &amp;quot;b&amp;quot;. The for statement is bordering on being a bit bloated, baroque
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-30T06:50:35Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/fe084d91865dc7e7?show_docid=fe084d91865dc7e7</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/fe084d91865dc7e7?show_docid=fe084d91865dc7e7"/>
  <title type="text">Re: [pyxl] Re: Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  Thanks, I&#39;ll have to check that. I found also this: &lt;br&gt; &lt;p&gt;for grp in sys.argv[1:]: &lt;br&gt; for i in range(len(sh.col_values(8))): &lt;br&gt; if sh.cell(i, 1).value == grp: &lt;br&gt; hlo.append(sh.cell(i, 8).value) &lt;br&gt; &lt;p&gt;-Johannes &lt;br&gt; &lt;p&gt;2009/10/30 Chris Withers &amp;lt;ch...@simplistix.co.uk&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-10-30T06:13:25Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/2773e9b988cc5416?show_docid=2773e9b988cc5416</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/2773e9b988cc5416?show_docid=2773e9b988cc5416"/>
  <title type="text">Re: [pyxl] Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  ...then I suggest you have a look at argparse: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/argparse/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The above would then likely become: &lt;br&gt; if sh.cell(i, 1).value in options.special_values &lt;br&gt; cheers, &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jon Clements</name>
  <email>jon...@googlemail.com</email>
  </author>
  <updated>2009-10-28T15:10:10Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/48464a6bd1be72c9?show_docid=48464a6bd1be72c9</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/48464a6bd1be72c9?show_docid=48464a6bd1be72c9"/>
  <title type="text">Re: Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  First things first -- the majority of the people you find on this &lt;br&gt; list, contribute their own time and energy towards helping (we have &lt;br&gt; jobs, families and mortgages to pay etc..) -- perhaps read that as &lt;br&gt; &amp;quot;we&#39;re not going to do everything for you&amp;quot;. (I &#39;awoke&#39; in a good mood, &lt;br&gt; maybe I&#39;m tending towards a bad mood as I just pranged my car -- so
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-28T14:34:54Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/e713a6dacaee8d13?show_docid=e713a6dacaee8d13</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289/e713a6dacaee8d13?show_docid=e713a6dacaee8d13"/>
  <title type="text">Newbie: How to check for multiple command line arguments</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I would like to use multiple command line arguments in my script. If &lt;br&gt; one or all of them are found, the script will produce an output for &lt;br&gt; them (from excel sheet). Please see the code below. Basically the &lt;br&gt; problem is here: &lt;br&gt; if sh.cell(i, 1).value == sys.argv[1]: &lt;br&gt; and I would like to use &lt;br&gt; if sh.cell(i, 1).value == sys.argv[1:]:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Георги Георгиев</name>
  <email>georgi_georg...@directservices.bg</email>
  </author>
  <updated>2009-10-28T14:08:36Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/42552e36574666e7?show_docid=42552e36574666e7</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/42552e36574666e7?show_docid=42552e36574666e7"/>
  <title type="text">Re: [pyxl] Newbie: extracting only certain cells in a column (xlrd)</title>
  <summary type="html" xml:space="preserve">
  i use something like &lt;br&gt; &lt;p&gt;for i in range(sh.nrows): &lt;br&gt; if sh.cell_value(rowx=i, colx=2) == &#39;temp&#39;: &lt;br&gt; print sh.cell_value(rowx=i, colx=8) &lt;br&gt; &lt;p&gt;good luck :-) &lt;br&gt; &lt;p&gt;georgi
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-28T14:06:33Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/69c949c832cd196a?show_docid=69c949c832cd196a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/69c949c832cd196a?show_docid=69c949c832cd196a"/>
  <title type="text">Re: Newbie: extracting only certain cells in a column (xlrd)</title>
  <summary type="html" xml:space="preserve">
  I found it by myself &lt;br&gt; for i in range(len(sh.col_values(8))): &lt;br&gt; if sh.cell(i, 1).value == &amp;quot;temp&amp;quot;: &lt;br&gt; print sh.cell(i, 8).value &lt;br&gt; -Johannes &lt;br&gt; 2009/10/28 johannes rara &amp;lt;johannesr...@gmail.com&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-28T13:38:35Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/f73027e395fa6795?show_docid=f73027e395fa6795</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27/f73027e395fa6795?show_docid=f73027e395fa6795"/>
  <title type="text">Newbie: extracting only certain cells in a column (xlrd)</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I would like to print out only certain cells in an Excel table. The &lt;br&gt; extraction criteria is in a third column and if this criteria is met, &lt;br&gt; I would like to print the information in ninth column. &lt;br&gt; for i in range(len(sh.col_values(8))): &lt;br&gt; if sh.col_values(2).value[i] == &amp;quot;temp&amp;quot;: &lt;br&gt; print sh.col_values(8)[i]
  </summary>
  </entry>
  <entry>
  <author>
  <name>johannes rara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-28T13:08:04Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/1a42227c3c8686e8?show_docid=1a42227c3c8686e8</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/1a42227c3c8686e8?show_docid=1a42227c3c8686e8"/>
  <title type="text">Re: [pyxl] Re: Newbie: Reading and printing cells from excel</title>
  <summary type="html" xml:space="preserve">
  Thanks, that solved the problem! &lt;br&gt; &lt;p&gt;- Johannes &lt;br&gt; &lt;p&gt;2009/10/28 Георги Георгиев &amp;lt;georgi_georg...@directservice s.bg&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-10-28T12:30:24Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/dbcd8ec677bd37f3?show_docid=dbcd8ec677bd37f3</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/dbcd8ec677bd37f3?show_docid=dbcd8ec677bd37f3"/>
  <title type="text">Re: [pyxl] Newbie: Reading and printing cells from excel</title>
  <summary type="html" xml:space="preserve">
  Hi jrara, welcome to the group. &lt;br&gt; There is no line &amp;quot;print sposti(rownum)&amp;quot; in the code listing. Please when &lt;br&gt; you are reporting an error, make sure that the code that you show is the &lt;br&gt; code that you ran. &lt;br&gt; Mixing up function/method calling e.g. do_something_with_this(thing) and &lt;br&gt; sequence subscripting e.g. a_sequence_like_sposti[index_e xpression] ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Георги Георгиев</name>
  <email>georgi_georg...@directservices.bg</email>
  </author>
  <updated>2009-10-28T12:26:25Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/4777bd19025d9da0?show_docid=4777bd19025d9da0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/4777bd19025d9da0?show_docid=4777bd19025d9da0"/>
  <title type="text">Re: [pyxl] Newbie: Reading and printing cells from excel</title>
  <summary type="html" xml:space="preserve">
  try &lt;br&gt; &lt;p&gt;print sposti[i] + &#39;;&#39; &lt;br&gt; &lt;p&gt;hope this helps :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Machin</name>
  <email>sjmac...@lexicon.net</email>
  </author>
  <updated>2009-10-28T12:14:07Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/b4b833218d2cd2d0/ffe7b4053f0fe734?show_docid=ffe7b4053f0fe734</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/b4b833218d2cd2d0/ffe7b4053f0fe734?show_docid=ffe7b4053f0fe734"/>
  <title type="text">Re: [pyxl] Re: Outline collapse</title>
  <summary type="html" xml:space="preserve">
  The latest MS docs says this of the &amp;quot;collapse&amp;quot; bit: &amp;quot;A bit that &lt;br&gt; specifies whether the rows that are one level of outlining deeper that &lt;br&gt; the current row are included in the collapsed outline state&amp;quot;. &lt;br&gt; OOo docs: &amp;quot;1 = Outline group starts or ends here (depending on where &lt;br&gt; the outline buttons are located, see SHEETPR record,
  </summary>
  </entry>
  <entry>
  <author>
  <name>jrara</name>
  <email>johannesr...@gmail.com</email>
  </author>
  <updated>2009-10-28T12:12:53Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/be8e9c8450723161?show_docid=be8e9c8450723161</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764/be8e9c8450723161?show_docid=be8e9c8450723161"/>
  <title type="text">Newbie: Reading and printing cells from excel</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m python newbie but I&#39;m trying to read data from Excel file (from &lt;br&gt; one column) and print it into the output. Here&#39;s my code: &lt;br&gt; &lt;p&gt;------------- python code ----------- &lt;br&gt; &lt;p&gt;import xlrd &lt;br&gt; wb = xlrd.open_workbook(&#39;testiexcel .xls&#39;) &lt;br&gt; &lt;p&gt;sh = wb.sheet_by_name(u&#39;data&#39;) &lt;br&gt; &lt;p&gt;sposti = sh.col_values(8) &lt;br&gt; for i in range(sh.nrows):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-10-27T16:24:31Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/66abd54ec9094417/06db316cd16093d9?show_docid=06db316cd16093d9</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/66abd54ec9094417/06db316cd16093d9?show_docid=06db316cd16093d9"/>
  <title type="text">Re: [pyxl] Re: stripping lines from an excel file</title>
  <summary type="html" xml:space="preserve">
  Sage wrote: &lt;br&gt; You don&#39;t appear to actually use &amp;quot;print_row&amp;quot; at all... &lt;br&gt; How about the following instead: &lt;br&gt; class Filter(BaseFilter): &lt;br&gt; pending_row = None &lt;br&gt; wtrowxi = 0 &lt;br&gt; filtered = False &lt;br&gt; def flush(self): &lt;br&gt; if self.pending_row and not self.filtered: &lt;br&gt; rdrowx,wtrowx = self.pending_row
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-10-27T16:07:55Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/de38e3f55b787d0a/b870cebc11dd91c8?show_docid=b870cebc11dd91c8</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/de38e3f55b787d0a/b870cebc11dd91c8?show_docid=b870cebc11dd91c8"/>
  <title type="text">Re: [pyxl] Re: how can i merge 2 excels into one?</title>
  <summary type="html" xml:space="preserve">
  ?? wrote: &lt;br&gt; Yes, hence my cunning phrasing: &lt;br&gt; &amp;gt;I&#39;d love for xlutils.filter to grow this ability, but it would require &lt;br&gt; &amp;gt; a total rewrite and new APIs... I need funded time to do that :-( &lt;br&gt; &amp;gt; or copy some rows to a new &lt;br&gt; &amp;gt; excel sheet. &lt;br&gt; This can be done already. &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Withers</name>
  <email>ch...@simplistix.co.uk</email>
  </author>
  <updated>2009-10-27T16:04:58Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/7004359ddb025719/2f8eb6317def2b72?show_docid=2f8eb6317def2b72</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/7004359ddb025719/2f8eb6317def2b72?show_docid=2f8eb6317def2b72"/>
  <title type="text">Re: [pyxl] Re: xlrd represents numbers with 0 decimal places as floats</title>
  <summary type="html" xml:space="preserve">
  How come? Even if the cell doesn&#39;t store a reference back to the sheet &lt;br&gt; it came from, it can&#39;t be hard to add ;-) &lt;br&gt; Chris
  </summary>
  </entry>
</feed>
