<?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_topics.xml" rel="self" title="python-excel feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com.au" version="1.99">Google Groups</generator>
  <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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/09b6be60b2713f63" />
  <title type="html">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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9c93cb475c488af8" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ba56c9374d1254cd" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/d961f12d4004f842" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/4c0c62a388c98b25" />
  <title type="html">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-13T12:27:16Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/bc0a62dc6455ae5a" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d16e2b241ca4207" />
  <title type="html">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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/c1f156b7016a6d0c" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/637cbc114b217a3a" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/41b413e6a60c6289" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/22f2f298a8315c27" />
  <title type="html">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>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</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/2bc85dcffd4ad764" />
  <title type="html">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>Sage</name>
  <email>sagear...@gmail.com</email>
  </author>
  <updated>2009-10-22T18:53:30Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/66abd54ec9094417</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/66abd54ec9094417" />
  <title type="html">Re: stripping lines from an excel file</title>
  <summary type="html" xml:space="preserve">
  I am trying to find a string and copy the lines that have that string &lt;br&gt; in it to another excel file. &lt;br&gt; My issue now I can only copy the cells that come after the cell with &lt;br&gt; the string I flag. Ive tried to store out each line into a temporary &lt;br&gt; list (not good for speed or memory) but I cant, I think because each
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mayur</name>
  <email>mpbongir...@gmail.com</email>
  </author>
  <updated>2009-10-21T23:43:47Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/c8b90e13c1913b75</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/c8b90e13c1913b75" />
  <title type="html">Problem while reading date in date format from excel sheet.</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;I have stored date of birth in the below format in excel file. &lt;br&gt; DateOfBirth &lt;br&gt; 10/15/1980 &lt;br&gt; &lt;p&gt;While reading this value from excel into the application the value is &lt;br&gt; read as 29509.0 &lt;br&gt; I need a string to be return in the format mm/dd/yyyy. &lt;br&gt; &lt;p&gt;following is the snippet of my code &lt;br&gt; &lt;p&gt;def read_from_excel(self,filepath, sheetname,columnname,rowno):
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Chandek-Stark</name>
  <email>dchandekst...@gmail.com</email>
  </author>
  <updated>2009-10-20T17:57:48Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/69db61639ce4a684</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/69db61639ce4a684" />
  <title type="html">Protect sheet and allow formatting of cells, columns, rows</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Using xlwt I can&#39;t see how to protect a worksheet, yet allow &lt;br&gt; formatting of cells, columns, rows, as you can do when applying &lt;br&gt; worksheet protection in the Excel 2003 UI. I would have guessed that &lt;br&gt; you would set: &lt;br&gt; &lt;p&gt;sheet.protect = True &lt;br&gt; &lt;p&gt;and &lt;br&gt; &lt;p&gt;sheet.wnd_protect = False &lt;br&gt; &lt;p&gt;but that seems to have no effect, at least on this score.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Colin</name>
  <email>rieger1...@gmail.com</email>
  </author>
  <updated>2009-10-20T16:00:18Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/b4b833218d2cd2d0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/b4b833218d2cd2d0" />
  <title type="html">Outline collapse</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; &lt;p&gt;I have a 3 level outline and I&#39;d like to have all 2nd level groupings &lt;br&gt; collapsed by default. The private &#39;collapse&#39; variable gave me hope &lt;br&gt; initially but after trying various things to set it, I haven&#39;t had &lt;br&gt; much luck. Is there any way to get around this? &lt;br&gt; &lt;p&gt;Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marco</name>
  <email>giun...@googlemail.com</email>
  </author>
  <updated>2009-10-19T11:07:07Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/3057e423e9f89a02</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/3057e423e9f89a02" />
  <title type="html">Dumb question about updating xlrd version</title>
  <summary type="html" xml:space="preserve">
  Sorry for the question. I have just started using xlrd and it seems to &lt;br&gt; be the perfect solution for what I need (read an excel file into &lt;br&gt; python!! :-). I noticed that version 0.71 is out. Now, what is the &lt;br&gt; best way for updating the package without messing things up? I am on &lt;br&gt; Windows XP. I assume the new version is backward compatible.
  </summary>
  </entry>
  <entry>
  <author>
  <name>honestkent</name>
  <email>honestk...@gmail.com</email>
  </author>
  <updated>2009-10-17T23:40:05Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/de38e3f55b787d0a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/de38e3f55b787d0a" />
  <title type="html">how can i merge 2 excels into one?</title>
  <summary type="html" xml:space="preserve">
  python-excel can copy a excel an modify it, but use copy cann&#39;t merge &lt;br&gt; 2 sheets from different xls files, how to to do?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jacob Fenwick</name>
  <email>jacob.fenw...@gmail.com</email>
  </author>
  <updated>2009-10-17T21:21:59Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/7004359ddb025719</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/7004359ddb025719" />
  <title type="html">xlrd represents numbers with 0 decimal places as floats</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m a new user of xlrd. &lt;br&gt; I was just noticing that any field in Excel represented as number will be &lt;br&gt; interpreted by xlrd as a python float then has one decimal point. For &lt;br&gt; example 4 would be represented as 4.0. &lt;br&gt; I realize this is easy to fix in any python code by converting to an int and &lt;br&gt; then converting to a str, but I&#39;m wondering if there&#39;s a way to change how
  </summary>
  </entry>
  <entry>
  <author>
  <name>nils106@googlemail.com</name>
  <email>nils...@googlemail.com</email>
  </author>
  <updated>2009-10-15T18:04:42Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/b04a3cf0c688567e</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/b04a3cf0c688567e" />
  <title type="html">xlutils and python2.4</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;Is it possible to use xlutils with python2.4 (workaround etc.) ? &lt;br&gt; AFAIK xlutils requires functools which is introduced in python2.5. &lt;br&gt; &lt;p&gt;Any pointer would be appreciated. &lt;br&gt; &lt;p&gt;Thanks in advance &lt;br&gt; &lt;p&gt; Nils
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mintaka</name>
  <email>mintak...@gmail.com</email>
  </author>
  <updated>2009-10-15T16:14:26Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/4b54514b3199b974</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/4b54514b3199b974" />
  <title type="html">WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero</title>
  <summary type="html" xml:space="preserve">
  Can somebody explain this warning? &lt;br&gt; &lt;p&gt;It is probably from file /xlrd/compdoc.py &lt;br&gt; I geeting this message on beginning reading one big (77MB) .xls file &lt;br&gt; with 5 sheet. First 4 sheet have 65535 rows of data. row 1 and row &lt;br&gt; 65536 are empty. (I know it is crazy to have such data in excel, but &lt;br&gt; it is from external source.)
  </summary>
  </entry>
  <entry>
  <author>
  <name>tscharf</name>
  <email>noisetheo...@gmail.com</email>
  </author>
  <updated>2009-10-15T14:15:11Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/064c4911d38a0792</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/064c4911d38a0792" />
  <title type="html">formating a range of cells</title>
  <summary type="html" xml:space="preserve">
  I am somewhat new to xlwt, not completely new to python. &lt;br&gt; &lt;p&gt;I am working on a report program, and the end user would like me to &lt;br&gt; add some formatting to it, particularly some cell boarders and &lt;br&gt; background color changes. &lt;br&gt; &lt;p&gt;The background color changes are easy, and I can write them as I write &lt;br&gt; to the cells. The bigger issue is the cell boarders, which are
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike</name>
  <email>mike.i.bradf...@gmail.com</email>
  </author>
  <updated>2009-10-12T20:47:15Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/ac6bc1518588cb6f</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ac6bc1518588cb6f" />
  <title type="html">writing to time format fields in Excel</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;just finished writing some code to generate reports by writing data &lt;br&gt; into an Excel spreadsheet using COM. (Unfortunately XLWT/XLRD etc &lt;br&gt; wasn&#39;t an option because the Excel spreadsheet included charts). &lt;br&gt; &lt;p&gt;Since there are numerous examples for open, writing to, and saving &lt;br&gt; Excel files I won&#39;t go into that here :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ning</name>
  <email>station.n...@gmail.com</email>
  </author>
  <updated>2009-10-12T11:13:34Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/0f186ec70604b512</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/0f186ec70604b512" />
  <title type="html">How to set lables for x and y axis</title>
  <summary type="html" xml:space="preserve">
  Hi heros, &lt;br&gt; &lt;p&gt;I am using Excel 2007 and trying to get a label for both y-axis and x- &lt;br&gt; axis. &lt;br&gt; The vba code should be used as listed below: &lt;br&gt; &lt;p&gt;ActiveChart.SetElement &lt;br&gt; (msoElementPrimaryCategoryAxis TitleAdjacentToAxis) &lt;br&gt; ActiveChart.SetElement (msoElementPrimaryValueAxisTit leVertical) &lt;br&gt; ActiveChart.SetElement (msoElementDataLabelRight)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vela</name>
  <email>velapp...@gmail.com</email>
  </author>
  <updated>2009-10-11T10:32:50Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/dddaeeb481729d30</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/dddaeeb481729d30" />
  <title type="html">How to store Excel sheet values in the database</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;Am trying to add the excel sheet datas into the database. &lt;br&gt; &lt;p&gt;This the code am using to add the whole excel sheet values to the db. &lt;br&gt; &lt;p&gt;from xlrd import cellname, cellnameabs, colname ,open_workbook &lt;br&gt; import sqlite3 &lt;br&gt; book = open_workbook(&amp;quot;Cases.xls&amp;quot;) &lt;br&gt; s=book.sheet_by_index(0) &lt;br&gt; conn = sqlite3.connect(&#39;test.db&#39;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>danin</name>
  <email>gawade.ni...@gmail.com</email>
  </author>
  <updated>2009-10-10T09:31:48Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/831d863637f13de9</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/831d863637f13de9" />
  <title type="html">print field names of table in model to xls sheet</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; can anyone please tell how can i print field name of model to xls &lt;br&gt; sheet. for eg &lt;br&gt; &lt;p&gt;general_address=models.CharFie ld(max_length=100) &lt;br&gt; &lt;p&gt;i want to print the &amp;quot;general address&amp;quot; as my column heading in my xls &lt;br&gt; sheet. i dnt want to hardcode it in the sheet.write. &lt;br&gt; &lt;p&gt;Thanks n regards
  </summary>
  </entry>
  <entry>
  <author>
  <name>danin</name>
  <email>gawade.ni...@gmail.com</email>
  </author>
  <updated>2009-10-10T05:30:15Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/b9adc7d45befa68e</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/b9adc7d45befa68e" />
  <title type="html">about column width</title>
  <summary type="html" xml:space="preserve">
  hi all. &lt;br&gt; can anyone please tell me how to set column width depending on my &lt;br&gt; data from database.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anthony Graddy</name>
  <email>anthonygra...@gmail.com</email>
  </author>
  <updated>2009-10-10T04:07:25Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/b7a0c1884a9a9a4a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/b7a0c1884a9a9a4a" />
  <title type="html">Opening Excel File With XLRD - Getting file size warning</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I uploaded three files to the group. &lt;br&gt; &lt;p&gt;I need to process an &amp;quot;Excel file&amp;quot; (maybe it&#39;s something else?) that I &lt;br&gt; downloaded from this website: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://infopost.panhandleenergy.com/InfoPost/jsp/frameSet.jsp?pipe=pepl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;When I try to open the original.xls file, I get this warning: &lt;br&gt; WARNING *** file size (80900) not 512 + multiple of sector size (512)
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Chandek-Stark</name>
  <email>dchandekst...@gmail.com</email>
  </author>
  <updated>2009-10-09T17:45:01Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/040fc5c1bc2b8f1b</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/040fc5c1bc2b8f1b" />
  <title type="html">xlwt utility methods</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Thanks for the great modules! As I started using them, I found myself &lt;br&gt; wanting some more convenient methods for dumping tabular data into a &lt;br&gt; worksheet, especially when all the data can be treated as strings. &lt;br&gt; FWIW, I&#39;ve posted what I&#39;ve come up with to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://fragmentsofcode.wordpress.com/2009/10/09/xlwt-convenience-methods/&quot;&gt;[link]&lt;/a&gt;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>gregpinero@gmail.com</name>
  <email>gregpin...@gmail.com</email>
  </author>
  <updated>2009-10-09T17:00:07Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/a54143f87a5d3439</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/a54143f87a5d3439" />
  <title type="html">xlutils.copy Not Maintaining Landscape mode or Gridlines?</title>
  <summary type="html" xml:space="preserve">
  My original file is in landscape mode, but the new ones I make after &lt;br&gt; running copy on it don&#39;t seem to be. &lt;br&gt; &lt;p&gt;Any ideas? Is this a bug? How can I preserve the orientation, or &lt;br&gt; reset it myself? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Greg &lt;br&gt; &lt;p&gt;My code: &lt;br&gt; &lt;p&gt;from xlutils.copy import copy &lt;br&gt; from xlrd import open_workbook &lt;br&gt; from xlwt import easyxf
  </summary>
  </entry>
  <entry>
  <author>
  <name>ninad</name>
  <email>gawade.ni...@gmail.com</email>
  </author>
  <updated>2009-10-09T12:26:11Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/9d25c803be5a1f07</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/9d25c803be5a1f07" />
  <title type="html">need help in basics of xlwt</title>
  <summary type="html" xml:space="preserve">
  hi guys, i m newbie to the django. can anyone suggest me some gud &lt;br&gt; material for xlwt doc. i hav seen sme of them but get nothing from &lt;br&gt; them. &lt;br&gt; can anyone tell me how to retrieve data from database to excel sheet. &lt;br&gt; -thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hoan Vu Quoc</name>
  <email>hoa...@nextgsolutions.com</email>
  </author>
  <updated>2009-10-09T09:53:41Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/30540f1224d5d592</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/30540f1224d5d592" />
  <title type="html">When&#39;llpython-excel support converting XLSX module?</title>
  <summary type="html" xml:space="preserve">
  I need module convert xlsx for my python work. I&#39;ve searched Goolge for a &lt;br&gt; long times but i haven&#39;t found any module python support this. How to know &lt;br&gt; when python-excel will support converting xlsx files ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>zxo102</name>
  <email>zxo...@gmail.com</email>
  </author>
  <updated>2009-10-09T09:11:26Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/373ec22708046177</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/373ec22708046177" />
  <title type="html">How pyexcelerator read formulas from an existing excel file?</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; &lt;p&gt;Anybody knows how pyexcelerator read those formulas from an existing &lt;br&gt; excel file? &lt;br&gt; &lt;p&gt;Thanks in advance. &lt;br&gt; &lt;p&gt;ouyang
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jon Clements</name>
  <email>jon...@googlemail.com</email>
  </author>
  <updated>2009-10-08T12:45:40Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/095d33d7703585b7</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/095d33d7703585b7" />
  <title type="html">Contributing..?</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;Is there anything I can contribute back to the library (xlrd in &lt;br&gt; particular)? I have some free-time until end of mid Nov. (before &lt;br&gt; everything goes mad), and thought as this is one of the major &lt;br&gt; libraries installed on all my boxes, then perhaps I might be able to &lt;br&gt; do something in return...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Karthik Baddam</name>
  <email>karthikreddybad...@gmail.com</email>
  </author>
  <updated>2009-10-07T18:36:58Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/25f80054b79077a5</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/25f80054b79077a5" />
  <title type="html">xlwt saving on a sheet by sheet basis</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;I am writing lots of data to a xls sheet using xlwt. This data is &lt;br&gt; written into multiple sheets (dependant on my app). As there is lots &lt;br&gt; of data, writing takes lot of time and memory. The final xls sheet on &lt;br&gt; the disk is about 130 -- 250 Megs. &lt;br&gt; &lt;p&gt;I would like to know if I can save each sheet at a time to the xls
  </summary>
  </entry>
  <entry>
  <author>
  <name>nils106@googlemail.com</name>
  <email>nils...@googlemail.com</email>
  </author>
  <updated>2009-10-06T19:03:10Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/fa8b0cad74de85bd</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/fa8b0cad74de85bd" />
  <title type="html">background color</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;How can I query the background color of a cell ? &lt;br&gt; &lt;p&gt;Nils
  </summary>
  </entry>
  <entry>
  <author>
  <name>Uwe Schmitt</name>
  <email>rocksportroc...@googlemail.com</email>
  </author>
  <updated>2009-10-06T10:26:45Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/61857c4dd7d86b48</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/61857c4dd7d86b48" />
  <title type="html">Freeing resources</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;is there any method to close the opened workbook after reading it ? &lt;br&gt; I use the del command for this task, but is this the intended way ? &lt;br&gt; &lt;p&gt;Greetings, Uwe
  </summary>
  </entry>
  <entry>
  <author>
  <name>velappan velappan</name>
  <email>velapp...@gmail.com</email>
  </author>
  <updated>2009-10-05T09:35:12Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/06481fd02eec91e0</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/06481fd02eec91e0" />
  <title type="html">New To Python-Excel</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;Am prertty new to python with Excel, Can any suggest me any good &lt;br&gt; tutors or help links to go-through. &lt;br&gt; &lt;p&gt;Am trying to read the specific coloum based on the heading. &lt;br&gt; &lt;p&gt;For Example the contains for 4 headings like name age address &lt;br&gt; deatils , I would like to read the data&#39;s of name alone means how I
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tollens</name>
  <email>toll...@gmail.com</email>
  </author>
  <updated>2009-10-01T20:30:19Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/42896d7c0377471c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/42896d7c0377471c" />
  <title type="html">How do I read and write to an excel file?</title>
  <summary type="html" xml:space="preserve">
  I have been working with the packages xlwt and xlrd. &lt;br&gt; &lt;p&gt;I have an excel file that has &amp;quot;xyz&amp;quot; in the first cell. All I want to &lt;br&gt; do is print the value of cell 0,0 and change the cell value to &amp;quot;abc&amp;quot; &lt;br&gt; then save the workbook. &lt;br&gt; &lt;p&gt;It seems like all I can do now is either read the value with xlrd, or &lt;br&gt; write a new worksheet with xlwt.
  </summary>
  </entry>
  <entry>
  <author>
  <name>rmpaternoster</name>
  <email>rmpaternos...@gmail.com</email>
  </author>
  <updated>2009-10-01T16:54:50Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/7e53113c8c1ce83a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/7e53113c8c1ce83a" />
  <title type="html">xlrd in AppEngine</title>
  <summary type="html" xml:space="preserve">
  Is it possible to use xlrd in AppEngine? I need to read and xls &lt;br&gt; document. &lt;br&gt; &lt;p&gt;How do I install it?
  </summary>
  </entry>
  <entry>
  <author>
  <name>PT</name>
  <email>ptittm...@gmail.com</email>
  </author>
  <updated>2009-09-29T17:52:38Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/0135012de8896d05</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/0135012de8896d05" />
  <title type="html">sheet names or index from Names class</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; &lt;p&gt;I&#39;m attempting to get the sheet name or sheet index value from the &lt;br&gt; Names class. I am able to get a sheet object using the following: &lt;br&gt; &lt;p&gt;frcs_names= &lt;br&gt; [&#39;yarddist&#39;,&#39;slope&#39;,&#39;elevation &#39;,&#39;area&#39;,&#39;moveindist&#39;,&#39;hauldis t&#39;,&#39;calcresidues&#39;,&#39;calcmovein&#39; , &lt;br&gt; &#39;calcresidues&#39;,&#39;removalsct&#39;, &lt;br&gt; &#39;treevolct&#39;,&#39;dbhct&#39;,&#39;removalss lt&#39;,&#39;treevolslt&#39;,&#39;dbhslt&#39;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pascal Bauermeister</name>
  <email>pascal.bauermeis...@gmail.com</email>
  </author>
  <updated>2009-09-25T09:37:31Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/cac5d733f6861f61</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/cac5d733f6861f61" />
  <title type="html">Cell arbitrary background color</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; the background color of a cell can be set to an indexed value. Now I &lt;br&gt; am wondering if it is possible to set an arbitrary (e.g. RGB) value... &lt;br&gt; Thanks, &lt;br&gt; Pascal
  </summary>
  </entry>
  <entry>
  <author>
  <name>John</name>
  <email>jfabi...@yolo.com</email>
  </author>
  <updated>2009-09-24T19:28:20Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/d3fcc12c99695c2a</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/d3fcc12c99695c2a" />
  <title type="html">How do I insert a row</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m a newbie to xwlt. I&#39;m sorry if this question but answered many times in &lt;br&gt; the past but I can&#39;t find the answer. &lt;br&gt; How can I insert a row into a speadsheet I have open. I found that it was &lt;br&gt; much easier to fill all the rows and then go back and provide formulas. But &lt;br&gt; now I need to insert a blank row and can&#39;t figure out how to get that done.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Riccardo</name>
  <email>riccardo.magliocche...@gmail.com</email>
  </author>
  <updated>2009-09-24T10:48:50Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/d84e353f38ce7561</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/d84e353f38ce7561" />
  <title type="html">new line inside cells</title>
  <summary type="html" xml:space="preserve">
  hi, &lt;br&gt; &lt;p&gt;does anybody know how to preserve the \n inside cells reading excel &lt;br&gt; documents with xlrd / pyexcelerator / something else? &lt;br&gt; &lt;p&gt;thanks, &lt;br&gt; riccardo
  </summary>
  </entry>
  <entry>
  <author>
  <name>Timmie</name>
  <email>timmichel...@gmx-topmail.de</email>
  </author>
  <updated>2009-09-22T11:22:06Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/db85737962b734d9</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/db85737962b734d9" />
  <title type="html">numpy array bridge</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; does xlwt have a functionality to read a numpy array into a Excel &lt;br&gt; table? &lt;br&gt; And, if it was a structured array, could it also recognise data types &lt;br&gt; such as dates? &lt;br&gt; &lt;p&gt;I found this topic: &lt;br&gt; New member: interested in writing Python bioinformatic scripts, to be &lt;br&gt; fed from and to an Excel spreadsheet
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sammie</name>
  <email>kingjym2...@gmail.com</email>
  </author>
  <updated>2009-09-21T19:51:15Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/4122515159729e30</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/4122515159729e30" />
  <title type="html">Anyone has experience on MS_Projects working with PyWin32?</title>
  <summary type="html" xml:space="preserve">
  All: &lt;br&gt; &lt;p&gt;There are many similar features between MS_Excel and MS_Projects, &lt;br&gt; especially in the areas of the cell accessing. Does anyone has &lt;br&gt; experience on MS_Project working with PyWin32? &lt;br&gt; &lt;p&gt;If you do, please let me know and send me a few examples. &lt;br&gt; Thanks very much &lt;br&gt; &lt;p&gt;Sammie
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steve Genoud</name>
  <email>steve.gen...@gmail.com</email>
  </author>
  <updated>2009-09-18T08:51:59Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/ac7039f8e50dc372</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/ac7039f8e50dc372" />
  <title type="html">Escaping the apostrophe for number formats</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I try to make my own number format which contains apostrophe (I want &lt;br&gt; to have number presented so 1&#39;000&#39;000): &lt;br&gt; &lt;p&gt;t=pycel.XFStyle() &lt;br&gt; t.font = stdFont &lt;br&gt; t.num_format_str=str(&amp;quot;#&#39;###&#39;## 0.0____;-#&#39;###&#39;##0.0____;-____ ;@____&amp;quot;) &lt;br&gt; style[&#39;std&#39;]=t &lt;br&gt; &lt;p&gt;Unfortunately it seems the the apostrophes get escaped when given to
  </summary>
  </entry>
  <entry>
  <author>
  <name>jennyshk</name>
  <email>jenny...@gmail.com</email>
  </author>
  <updated>2009-09-16T01:23:53Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/babfd0dc227fe86c</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/babfd0dc227fe86c" />
  <title type="html">xlutils 1.4.1</title>
  <summary type="html" xml:space="preserve">
  Dear all, &lt;br&gt; &lt;p&gt;I recently tried installing over my current xlutils with version 1.4.1 &lt;br&gt; by using the following instructions on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pypi.python.org/pypi/xlutils&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; using &amp;quot;easy_install xlutils&amp;quot;. But the install didn&#39;t go so well and I &lt;br&gt; noticed this after running a script with traceback error below which
  </summary>
  </entry>
  <entry>
  <author>
  <name>codfather</name>
  <email>sc...@mun.ca</email>
  </author>
  <updated>2009-09-14T17:04:44Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/82f0de4634b96e35</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/82f0de4634b96e35" />
  <title type="html">New member: interested in writing Python bioinformatic scripts, to be fed from and to an Excel spreadsheet</title>
  <summary type="html" xml:space="preserve">
  Hi Folks &lt;br&gt; I&#39;m a genetic professor with a 37-yr old background in Fortran, just &lt;br&gt; back from a bioinformatics course, and have just taken my first two &lt;br&gt; lectures in Python. My interest is in writing Python scripts that can &lt;br&gt; be fed spreadsheet data Excel, and feed processed data back to Excel. &lt;br&gt; Excel is the user-friendly interface, Python is the way of doing
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dan White</name>
  <email>dwhite...@gmail.com</email>
  </author>
  <updated>2009-09-13T00:35:38Z</updated>
  <id>http://groups.google.com.au/group/python-excel/browse_frm/thread/e8aa6dc35bb191d1</id>
  <link href="http://groups.google.com.au/group/python-excel/browse_frm/thread/e8aa6dc35bb191d1" />
  <title type="html">Creating the correct cell data type from raw text</title>
  <summary type="html" xml:space="preserve">
  HI Python-Excel, &lt;br&gt; &lt;p&gt; Thanks for providing such a great module, xlrd and xlwt are truly &lt;br&gt; handy. I have a question on the most pythonic way to take raw data &lt;br&gt; and type it correctly when using xlwt. Forgive me if this is covered &lt;br&gt; in the documentation, but what&#39;s the best way to take the comma- &lt;br&gt; separated tokens in the RAWDATA string below and correctly set their
  </summary>
  </entry>
</feed>
