<?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/group/spreadsheet-writeexcel</id>
  <title type="text">Spreadsheet::WriteExcel Google Group</title>
  <subtitle type="text">
  A group to discuss and ask questions about the Spreadsheet::WriteExcel Perl module. To report a bug please see the following FAQ: http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/23c26520737d753b
  </subtitle>
  <link href="/group/spreadsheet-writeexcel/feed/atom_v1_0_topics.xml" rel="self" title="Spreadsheet::WriteExcel feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>lattenwald</name>
  <email>qal...@gmail.com</email>
  </author>
  <updated>2009-12-17T13:17:51Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/91c9e9dd01522354</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/91c9e9dd01522354" />
  <title type="html">Office 2007 did not want to &quot;eat&quot; files. Solution included.</title>
  <summary type="html" xml:space="preserve">
  Hello. &lt;br&gt; Recently I met a bug: MS Office 2003 read files, generated with S::WE, &lt;br&gt; and 2007 did not. In fact, MSO2007 read them, but after &amp;quot;restoring&amp;quot;, &lt;br&gt; and with all nice markup (column sizes, fonts and colors) lost. &lt;br&gt; Solution was simple: do not use workbook method &amp;quot;set_properties&amp;quot;. &lt;br&gt; I consider it a bug in module, but still there&#39;s a workaround.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kaplast</name>
  <email>kapl...@gmail.com</email>
  </author>
  <updated>2009-12-14T14:11:40Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/547551d79cd85af6</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/547551d79cd85af6" />
  <title type="html">Hebrew text in wrong encoding?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I&#39;m trying to write Hebrew string into Excel file, but in Excel it&#39;s &lt;br&gt; not displayed correctly. &lt;br&gt; I see ãåâîä ùì òáøéú. Something with encoding, but I can&#39;t understand &lt;br&gt; what going wrong. When I store same string in plain text file and open &lt;br&gt; it in Notepad, I see right Hebrew text - therefore, this is ANSI
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dal</name>
  <email>darrin.n...@gmail.com</email>
  </author>
  <updated>2009-12-08T00:10:55Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/2abe174a91fce8b5</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/2abe174a91fce8b5" />
  <title type="html">Autofilter on multiple non-adjacent columns</title>
  <summary type="html" xml:space="preserve">
  Is there a way of applying an autofilter on two (or more) non-adjacent &lt;br&gt; columns, e.g. &lt;br&gt; &lt;p&gt; $worksheet-&amp;gt;autofilter(0, 5, $row, 5); &lt;br&gt; $worksheet-&amp;gt;autofilter(0, 8, $row, 8); &lt;br&gt; &lt;p&gt;If I do this only the last autofilter is implemented. Is there a way &lt;br&gt; to do it on a list of columns? &lt;br&gt; &lt;p&gt;Regards.
  </summary>
  </entry>
  <entry>
  <author>
  <name>chrisg</name>
  <email>christophergra...@gmail.com</email>
  </author>
  <updated>2009-12-03T22:20:13Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/75c59f458c6da09c</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/75c59f458c6da09c" />
  <title type="html">saving values from formula</title>
  <summary type="html" xml:space="preserve">
  i often do something like: &lt;br&gt; &lt;p&gt;$wks-&amp;gt;write(6, 1, &amp;quot;=COUNTIF(&#39;Tab 7&#39;!A7:A$offset,\&amp;quot;X\&amp;quot;)&amp;quot;, $formats &lt;br&gt; {normal_integer}); &lt;br&gt; &lt;p&gt;This counts up how many items in cells A7 through A-whatever in some &lt;br&gt; other tab have the letter X in them. &lt;br&gt; &lt;p&gt;is there a way to &amp;quot;get at&amp;quot; or &amp;quot;store&amp;quot; the result of the COUNTIF in a &lt;br&gt; variable? so i could use it for some logic further down in the code?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Larry May</name>
  <email>larry....@gmail.com</email>
  </author>
  <updated>2009-11-30T23:29:39Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/4ed18cbb53a214d6</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/4ed18cbb53a214d6" />
  <title type="html">Support for user defined functions?</title>
  <summary type="html" xml:space="preserve">
  Hi: &lt;br&gt; &lt;p&gt;My company has a library of User defined functions (implemented in &lt;br&gt; an .xll file) that we deploy to our users&#39; desktops. We would like to &lt;br&gt; use Spreadsheeet::WriteExcel on our servers to create spreadsheets &lt;br&gt; containing these functions. &lt;br&gt; &lt;p&gt;I found the folloiwng line in your documentation at: &lt;br&gt; ...&amp;quot;Any additional functions that are available through the &amp;quot;Analysis
  </summary>
  </entry>
  <entry>
  <author>
  <name>jmcnamara</name>
  <email>jmcnam...@cpan.org</email>
  </author>
  <updated>2009-11-30T17:01:57Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/da92e40c68ed6ba3</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/da92e40c68ed6ba3" />
  <title type="html">Announce: Spreadsheet::WriteExcel version 2.30</title>
  <summary type="html" xml:space="preserve">
  Spreadsheet::WriteExcel version 2.30 has been released to CPAN. &lt;br&gt; &lt;p&gt;The release between 2.27 and 2.30 contain new documentation for the &lt;br&gt; example programs and make 0.19 of OLE::Storage_Lite a prerequisite to &lt;br&gt; avoid issues when using set_properties with Windows 7 or Gnumeric. &lt;br&gt; &lt;p&gt;The new example program documentation with screenshots included can be
  </summary>
  </entry>
  <entry>
  <author>
  <name>jmcnamara</name>
  <email>jmcnam...@cpan.org</email>
  </author>
  <updated>2009-11-14T12:59:45Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/6c54023be1be4413</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/6c54023be1be4413" />
  <title type="html">Announce: Spreadsheet::WriteExcel version 2.26</title>
  <summary type="html" xml:space="preserve">
  Spreadsheet::WriteExcel version 2.26 has been released to CPAN. &lt;br&gt; &lt;p&gt;This release contains initial support for defined names in Excel, &lt;br&gt; fixes for issues with imported images and a few other minor fixes. &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://search.cpan.org/search?dist=Spreadsheet-WriteExcel&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Note, Spreadsheet::WriteExcel is now on Github:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ollie Jones</name>
  <email>olliejo...@gmail.com</email>
  </author>
  <updated>2009-11-06T22:31:11Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/7906c9877ded7003</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/7906c9877ded7003" />
  <title type="html">formatting within strings?</title>
  <summary type="html" xml:space="preserve">
  Spreadsheet::WriteExcel is wonderful, thanks for the great work. &lt;br&gt; &lt;p&gt;I&#39;ve been asked to program something I don&#39;t think it can do, that is, &lt;br&gt; write text strings with intra-string formatting. &lt;br&gt; &lt;p&gt;For example I&#39;d like to put in text strings that are partly but not &lt;br&gt; completely underlined. In HTML-speak this might be, for example
  </summary>
  </entry>
  <entry>
  <author>
  <name>LuckyJ</name>
  <email>jason.luttg...@gmail.com</email>
  </author>
  <updated>2009-11-05T22:58:48Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/87e44d1e40d04880</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/87e44d1e40d04880" />
  <title type="html">64-bit issue?</title>
  <summary type="html" xml:space="preserve">
  Hey guys, has anyone tried making spreadsheets in a 64-bit environment &lt;br&gt; yet? I&#39;ve encountered a problem. Let me describe: &lt;br&gt; &lt;p&gt;I am using Office 2007, latest patches. &lt;br&gt; I am using Spreadsheet::WriteExcel 2.25. &lt;br&gt; I&#39;m running Perl 5.10. &lt;br&gt; &lt;p&gt;1) Generate a spreadsheet within a 32-bit Windows XP environment &lt;br&gt; 2) Copy the spreadsheet to a 64-bit Windows 7 environment.
  </summary>
  </entry>
  <entry>
  <author>
  <name>rpnoble@ibksoftware.com</name>
  <email>rpno...@ibksoftware.com</email>
  </author>
  <updated>2009-11-03T07:03:44Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/c09eb9df6de624c2</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/c09eb9df6de624c2" />
  <title type="html">Centering an image</title>
  <summary type="html" xml:space="preserve">
  John; &lt;br&gt; &lt;p&gt;I have several png files that represent trends (up, down and no &lt;br&gt; change). They are 16px x 16px, Can they be centered using formats? &lt;br&gt; Currently they are flush left. Do I need to create the graphic as wide &lt;br&gt; as the column? Thge column width is 10 row height is 22.
  </summary>
  </entry>
  <entry>
  <author>
  <name>jmcnamara</name>
  <email>jmcnam...@cpan.org</email>
  </author>
  <updated>2009-10-31T05:54:03Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/feb276adf47668c4</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/feb276adf47668c4" />
  <title type="html">Spreadsheet::WriteExcel update</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;For the last few months I have been overloaded with work and haven&#39;t &lt;br&gt; had any free time to develop WriteExcel or even to reply (promptly) to &lt;br&gt; questions. &lt;br&gt; &lt;p&gt;This probably won&#39;t change in the short term (although given the &lt;br&gt; current climate I may find myself with a lot of free time on my hands &lt;br&gt; at any time).
  </summary>
  </entry>
  <entry>
  <author>
  <name>rpnoble@ibksoftware.com</name>
  <email>rpno...@ibksoftware.com</email>
  </author>
  <updated>2009-10-29T02:49:41Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/5d3b7d8af2821ad3</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/5d3b7d8af2821ad3" />
  <title type="html">Excel to perl</title>
  <summary type="html" xml:space="preserve">
  John; &lt;br&gt; &lt;p&gt;I might be crazy,but I think there was a script that read an existing &lt;br&gt; excel file and created a perl program from it. Am I right? if so where &lt;br&gt; can I get it?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Bocz</name>
  <email>boczpe...@gmail.com</email>
  </author>
  <updated>2009-10-21T14:20:04Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/2ae65c8d9005d99b</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/2ae65c8d9005d99b" />
  <title type="html">FAQ: Why does my Spreadsheet::WriteExcel not load correctly in Excel.</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;Using Spreadsheet::WriteExcelXML I managed to generate a simple file &lt;br&gt; that fails to load in Excel 2003 and 2007. &lt;br&gt; The xml file below contains a single cell value &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://cpan&quot;&gt;[link]&lt;/a&gt; org&amp;quot; &lt;br&gt; intentionally replacing &#39;.&#39; with space. &lt;br&gt; The write() method detects it as a URL and write_url() is called &lt;br&gt; resulting in this xml output.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ugo</name>
  <email>u.tartagl...@googlemail.com</email>
  </author>
  <updated>2009-10-21T08:47:32Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/453a0ef56f5274ce</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/453a0ef56f5274ce" />
  <title type="html">Bug report: formula parsing in Spreadsheet::WriteExcel</title>
  <summary type="html" xml:space="preserve">
  use warnings; &lt;br&gt; use strict; &lt;br&gt; use Spreadsheet::WriteExcel; &lt;br&gt; &lt;p&gt;my $workbook=Spreadsheet::WriteEx cel-&amp;gt;new(&amp;quot;bad_file.xls&amp;quot;); &lt;br&gt; &lt;p&gt;my $sheet = $workbook-&amp;gt;add_worksheet(); &lt;br&gt; &lt;p&gt;$sheet-&amp;gt;write_col(0,0,[1 .. 10]); &lt;br&gt; $sheet-&amp;gt;write_formula(0,1,3.14 159); &lt;br&gt; &lt;p&gt;$sheet-&amp;gt;write_formula(1,1,&#39;=MA TCH(B1,A1:A10)&#39;); # &amp;lt;-- Problem on cell
  </summary>
  </entry>
  <entry>
  <author>
  <name>Calvin</name>
  <email>mandtpr...@gmail.com</email>
  </author>
  <updated>2009-10-15T18:24:34Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/05599b5a77a3d5f6</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/05599b5a77a3d5f6" />
  <title type="html">Column Hiding FAST, Row Hiding SLOOOOOOOW!</title>
  <summary type="html" xml:space="preserve">
  The last thing I want to do to the worksheet I&#39;m exporting is hide all &lt;br&gt; the extra rows and columns. &lt;br&gt; &lt;p&gt;This snippet hides the columns quickly and with no bloat: &lt;br&gt; $worksheet-&amp;gt;set_column(&#39;Q:IV&#39;, undef, undef, 1); &lt;br&gt; &lt;p&gt;However, set_row doesn&#39;t seem to work on more than one row at a time. &lt;br&gt; This only sets row 66 and ignores the rest:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Darren</name>
  <email>d.harvey1...@googlemail.com</email>
  </author>
  <updated>2009-10-14T14:34:07Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/be7234b667c155cc</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/be7234b667c155cc" />
  <title type="html">Vlookup in Excel returns False or 0 when executing</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am in the process of self teaching myself Perl and in particular &lt;br&gt; WriteExcel. I have designed a whole workbook but when I come to &lt;br&gt; approach doing the Vlookup I hit a snag! &lt;br&gt; &lt;p&gt;$formula = q{=IF(VLOOKUP(C3,Data Rev!A:B,2,0))}; &lt;br&gt; $formula = $excel_sheet1-&amp;gt;store_formula($ formula); &lt;br&gt; @$iferror = map {s/_ref2d/_ref2dV/;$_} @$iferror;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Calvin</name>
  <email>mandtpr...@gmail.com</email>
  </author>
  <updated>2009-10-13T19:18:49Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/ce72b2e99b29b8db</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/ce72b2e99b29b8db" />
  <title type="html">Some formulas calc&#39;d, others not</title>
  <summary type="html" xml:space="preserve">
  I am writing a script to convert a plain-text report to Excel but when &lt;br&gt; I open it in Excel not all of the formulas calculate. In the table &lt;br&gt; there are some base data, SUMIF()s to give a summation for the table, &lt;br&gt; and then some formulas that build percents off of the SUMIF()s and &lt;br&gt; base data. Every single cell is correct as far as what it contains
  </summary>
  </entry>
  <entry>
  <author>
  <name>Max Riz</name>
  <email>maxriz....@gmail.com</email>
  </author>
  <updated>2009-09-24T22:20:04Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/67736543fe0dd5ef</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/67736543fe0dd5ef" />
  <title type="html">Problem with worksheets containing large numbers of links/URLs</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve found an interesting problem/bug/interaction between the &lt;br&gt; WriteExcel module and Excel 2003 on WinXP. &lt;br&gt; &lt;p&gt;If I have more than 65 thousand individual links in a given worksheet &lt;br&gt; (written with write_url), Excel fails to open the file. &lt;br&gt; If I have few enough links, excel goes into &#39;repair&#39; mode and destroys
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oberdan</name>
  <email>oberdan.l...@gmail.com</email>
  </author>
  <updated>2009-09-15T01:32:19Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/297674bc71d2d3dc</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/297674bc71d2d3dc" />
  <title type="html">Problems using text_wrap with merge_range</title>
  <summary type="html" xml:space="preserve">
  Hello All, &lt;br&gt; &lt;p&gt; I&#39;m trying to use text_wrap and merge_range together. Here is my &lt;br&gt; test script: &lt;br&gt; &lt;p&gt;------------------------------ &lt;br&gt; use strict; &lt;br&gt; use warnings; &lt;br&gt; use Spreadsheet::WriteExcel; &lt;br&gt; my $Long = &#39;This is a long text I typed just as a test trying to &lt;br&gt; figure out why text_wrap gets screwed when I open the spreadsheet
  </summary>
  </entry>
  <entry>
  <author>
  <name>furicle</name>
  <email>brian.mc...@gmail.com</email>
  </author>
  <updated>2009-09-02T21:53:58Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/71b2bb6e66e75f41</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/71b2bb6e66e75f41" />
  <title type="html">Workbook not closing?</title>
  <summary type="html" xml:space="preserve">
  I can&#39;t seem to unmount a folder where I&#39;ve created a spreadsheet. &lt;br&gt; My code does have &lt;br&gt; $workbook -&amp;gt; close() or die &amp;quot;Couldn&#39;t close workbook $!&amp;quot; ; &lt;br&gt; which never throws an error, and yet if I remove the spreadsheet &lt;br&gt; generating code it unmounts just fine. &lt;br&gt; &lt;p&gt;Complete code is at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://paste.ubuntu.com/264054/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sorin CONSTANTINESCU</name>
  <email>con...@gmail.com</email>
  </author>
  <updated>2009-09-01T12:15:10Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/68728566820865de</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/68728566820865de" />
  <title type="html">Image is not sharp after using insert_image()</title>
  <summary type="html" xml:space="preserve">
  Hello everybody, &lt;br&gt; &lt;p&gt;I want to code a Perl script that will insert images (PNG format - &lt;br&gt; they are actually some RRDTOOL graphs) into some Excel file using the &lt;br&gt; Spreadsheet::WriteExcel module. &lt;br&gt; &lt;p&gt;I have the image on disc and it looks normal when opened with some &lt;br&gt; file viewer, or even with Firefox (file:///xxx). After it&#39;s inserted
  </summary>
  </entry>
  <entry>
  <author>
  <name>AJAY PATIL</name>
  <email>ajaypati...@gmail.com</email>
  </author>
  <updated>2009-08-28T12:19:04Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/0c9262b766a0628a</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/0c9262b766a0628a" />
  <title type="html">How to Delete Last Row from .csv file in perl</title>
  <summary type="html" xml:space="preserve">
  Hi , &lt;br&gt; I&#39;ve a perl script to convert .xls to .csv .After conversion I want to &lt;br&gt; delete first 28 and the last row from .csv file.Is there any efficent way to &lt;br&gt; achive this both together. &lt;br&gt; I&#39;m deleting first 28 rows by using folllowing my perl code: &lt;br&gt; exec &amp;quot; tail -n+28 infile.csv &amp;gt; outfile.csv &lt;br&gt; I tried &lt;br&gt; exec &amp;quot; tail -n+28 infile.csv &amp;gt; infile.csv
  </summary>
  </entry>
  <entry>
  <author>
  <name>stefan</name>
  <email>stefan.couss...@gmail.com</email>
  </author>
  <updated>2009-08-25T09:40:05Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/f0d2f65db8fed61b</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/f0d2f65db8fed61b" />
  <title type="html">Images in header?</title>
  <summary type="html" xml:space="preserve">
  Is there a way to insert images into the header and footer of a page? &lt;br&gt; &lt;p&gt;My alternative is to set the margins to 0 an use the first row as &lt;br&gt; &amp;quot;header&amp;quot; row. But this seems to be a less than optimum way to go.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gary F.</name>
  <email>gary.fu...@gmail.com</email>
  </author>
  <updated>2009-08-17T16:20:55Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/335776bfe6955233</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/335776bfe6955233" />
  <title type="html">set print row/column used on continuation pages?</title>
  <summary type="html" xml:space="preserve">
  Is there a way to set the row/columns referenced in the Excel print &lt;br&gt; setup dialog that control the rows/columns that will be printed on &lt;br&gt; continuation pages? &lt;br&gt; &lt;p&gt;thanks, &lt;br&gt; - Gary
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gary Funck</name>
  <email>gary.fu...@gmail.com</email>
  </author>
  <updated>2009-08-16T22:22:20Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/5333cd9e82bec050</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/5333cd9e82bec050" />
  <title type="html">Excel on the command line</title>
  <summary type="html" xml:space="preserve">
  While Googling for the answer to a S::WE question, &lt;br&gt; I ran into this tool: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://perl.jonallen.info/projects/xlsperl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Xlsperl is basically a wrapper around S::PE and &lt;br&gt; can do some interesting things like grep-ing &lt;br&gt; through the cells/rows of an Excel spreadsheet. &lt;br&gt; For example, &lt;br&gt; XLSperl -nale &#39;/pattern/ and print &amp;quot;$ARGV:$WS:$CELL $_&amp;quot;&#39; *.xls
  </summary>
  </entry>
  <entry>
  <author>
  <name>AJAY PATIL</name>
  <email>ajaypati...@gmail.com</email>
  </author>
  <updated>2009-08-10T12:48:11Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/868c7c011fd3db35</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/868c7c011fd3db35" />
  <title type="html">xls2csv</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m trying following program to convert .xls file to .csv. &lt;br&gt; use strict; &lt;br&gt; use warnings; &lt;br&gt; use Spreadsheet::ParseExcel::Simpl e; &lt;br&gt; xls2csv(&#39;ajay.xls&#39;,&#39;ajay.csv&#39;) ; &lt;br&gt; sub xls2csv &lt;br&gt; { &lt;br&gt; my ($filename, $csvname) = @_; &lt;br&gt; my $xls = Spreadsheet::ParseExcel::Simpl e-&amp;gt;read($filename) or die &amp;quot;Can&#39;t &lt;br&gt; read $filename: $!&amp;quot;; &lt;br&gt; my $cnt = 0;
  </summary>
  </entry>
  <entry>
  <author>
  <name>mmertel</name>
  <email>mark.mer...@yahoo.com</email>
  </author>
  <updated>2009-08-03T14:59:26Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/9df7ae5470364636</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/9df7ae5470364636" />
  <title type="html">max rows</title>
  <summary type="html" xml:space="preserve">
  I need to overcome the max_rows, 65536, limit. Is there something I &lt;br&gt; can do?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ken</name>
  <email>ken.we...@gmail.com</email>
  </author>
  <updated>2009-07-31T14:21:54Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d2584a80cf68af12</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d2584a80cf68af12" />
  <title type="html">Setting &quot;Entire Workbook&quot; in print options</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Is there a way to set the option &amp;quot;Entire Workbook&amp;quot; in the Print &lt;br&gt; options of the current workbook? We have two sheets contained in a &lt;br&gt; workbook and want the default to have both sheets printed. Thanks!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marri</name>
  <email>mken...@gmail.com</email>
  </author>
  <updated>2009-07-31T13:57:15Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/383e0a707a41dad9</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/383e0a707a41dad9" />
  <title type="html">Formula</title>
  <summary type="html" xml:space="preserve">
  Can you write me a formula for the following: In Column 64C, I want to &lt;br&gt; add all monetary values in column D2 through D60 with a corresponding &lt;br&gt; entry in column F2 through F60 that indicates TELEPHONE. This is the &lt;br&gt; best I can explain it! Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Richard</name>
  <email>rkitam...@gmail.com</email>
  </author>
  <updated>2009-07-28T18:17:20Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/64652e7d9c68a98a</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/64652e7d9c68a98a" />
  <title type="html">Selecting an option in a data validation list</title>
  <summary type="html" xml:space="preserve">
  Read through the docs and the forum and couldn&#39;t find any mention of &lt;br&gt; this, but when creating a data validation list, how do you select one &lt;br&gt; of the options using WriteExcel? &lt;br&gt; &lt;p&gt;In this example, I&#39;d like to have users open the XLS with the &#39;high&#39; &lt;br&gt; option already selected. &lt;br&gt; &lt;p&gt; validate =&amp;gt; &#39;list&#39;, &lt;br&gt; value =&amp;gt; [&#39;open&#39;, &#39;high&#39;, &#39;close&#39;],
  </summary>
  </entry>
  <entry>
  <author>
  <name>Richard</name>
  <email>rkitam...@gmail.com</email>
  </author>
  <updated>2009-07-28T10:35:19Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/e43a227565abb295</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/e43a227565abb295" />
  <title type="html">why do I keep getting &quot;Can&#39;t locate object method data_validation&quot; errors?</title>
  <summary type="html" xml:space="preserve">
  Keep getting this error even though I installed v2.25 of WriteExcel. &lt;br&gt; &lt;p&gt;Thing is, the system I&#39;m on had an old version of it (v2.20) and I &lt;br&gt; can&#39;t update that (no access), so I installed 2.25 in a different &lt;br&gt; location and pointed to it with a &#39;use lib&#39; line. That new location &lt;br&gt; is in @INC, so that should&#39;ve done the trick, right?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aggie</name>
  <email>vaawas...@googlemail.com</email>
  </author>
  <updated>2009-07-27T12:08:38Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/005adc1781bf3965</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/005adc1781bf3965" />
  <title type="html">data_validation not working , and get a #VALUE!</title>
  <summary type="html" xml:space="preserve">
  I am attaching my excel sheet. &lt;br&gt; see worksheet Sheet1. &lt;br&gt; &lt;p&gt;Column B and C are data validation lists &lt;br&gt; and D uses a lookup function to determine its value. &lt;br&gt; &lt;p&gt;For data validation lists if I simply open the dialog and press enter &lt;br&gt; it starts working. &lt;br&gt; Similarly if I double click the cell in col D all starts to work.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bill</name>
  <email>doma...@generalbill.com</email>
  </author>
  <updated>2009-07-24T21:25:37Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/9bb8ef3e0314579d</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/9bb8ef3e0314579d" />
  <title type="html">Does anyone have a patch for fixing list validation in version 2.25 when using a cell range as the source?</title>
  <summary type="html" xml:space="preserve">
  I ran into the known issue, where data_validation doesn&#39;t work &lt;br&gt; properly when doing list validation and passing in a range of cells &lt;br&gt; instead of an array. I want to create some rather large validation &lt;br&gt; drop downs and can&#39;t pass all the items in an array. I want to place &lt;br&gt; many list values in the worksheet (in a hidden column) and then
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bob</name>
  <email>b...@networktap.com</email>
  </author>
  <updated>2009-07-22T17:26:37Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/14384b7e3bbb5b3e</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/14384b7e3bbb5b3e" />
  <title type="html">Problem parsing formula</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been trying to get the following formula to work with &lt;br&gt; write_formula: &lt;br&gt; $mainsheet-&amp;gt;write($xlsrowloc, $LRP_col_num, &amp;quot;VLOOKUP($A1,Points! &lt;br&gt; B6:Points!D10,3,TRUE)&amp;quot;, $format_normal); &lt;br&gt; &lt;p&gt;$A1 = 4 by the way... &lt;br&gt; &lt;p&gt;and receive the error: &lt;br&gt; &lt;p&gt;Couldn&#39;t parse formula: =VLOOKUP(E6,Points!B6:Points!D 10,3,TRUE) at...
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Burnett</name>
  <email>burnettjc0...@gmail.com</email>
  </author>
  <updated>2009-07-13T20:53:07Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d0c1b68ca8a0a253</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d0c1b68ca8a0a253" />
  <title type="html">Array Formulas</title>
  <summary type="html" xml:space="preserve">
  Does this conversion support calculations based on the conditions in &lt;br&gt; an array?
  </summary>
  </entry>
  <entry>
  <author>
  <name>kparag11</name>
  <email>kparag1...@gmail.com</email>
  </author>
  <updated>2009-06-23T06:19:38Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/afe9e69ed2189ecc</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/afe9e69ed2189ecc" />
  <title type="html">Disable cell in excel spreadsheet 07</title>
  <summary type="html" xml:space="preserve">
  Dear all, &lt;br&gt; Is there any way we can disable cell of excel 2007 &lt;br&gt; spreadsheet so that user can only see the changes and cannot write it &lt;br&gt; in the cell ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>srisurya</name>
  <email>srisu...@yahoo.com</email>
  </author>
  <updated>2009-06-16T18:22:45Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/cc82aaa3e7c7ef2e</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/cc82aaa3e7c7ef2e" />
  <title type="html">Excel Template copy/filling</title>
  <summary type="html" xml:space="preserve">
  Hi John, &lt;br&gt; &lt;p&gt;Could you please suggest me a method for this situation &lt;br&gt; &lt;p&gt;Background &lt;br&gt; I collect some data from multiple sources; based on which I have to &lt;br&gt; prepare a comprehensive &lt;br&gt; excel report which needs to be forwarded to multi-stake holders. &lt;br&gt; I have a formula based Excel template in which I feed the data and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Die Hard</name>
  <email>siha...@gmail.com</email>
  </author>
  <updated>2009-06-03T11:45:23Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/412aa10de8baa55e</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/412aa10de8baa55e" />
  <title type="html">Formula error</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am able to write the formula&#39;s correctly to the Excel files, however &lt;br&gt; when the formula references another formula cell, the result is &lt;br&gt; &amp;quot;#VALUE&amp;quot;. I will have to manually go to the specific cell and enforce &lt;br&gt; Excel to parse it. I don&#39;t change anything, but need to do a manual &lt;br&gt; step. &lt;br&gt; &lt;p&gt;Is there anyway I could do the same directly thru the perl code/
  </summary>
  </entry>
  <entry>
  <author>
  <name>John McNamara</name>
  <email>jmcnam...@cpan.org</email>
  </author>
  <updated>2009-06-02T11:51:42Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/31d92d3faeb0039c</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/31d92d3faeb0039c" />
  <title type="html">Re: [Spreadsheet::WriteExcel] Re: Excel Formula Issue</title>
  <summary type="html" xml:space="preserve">
  On Mon, Jun 1, 2009 at 3:14 PM, Priscilla Roopal Daniel &lt;br&gt; Hi, &lt;br&gt; It looks like you are making a substitution to the same P10 variable twice &lt;br&gt; in a row. This type of error is explained in the repeat_formula() section of &lt;br&gt; the docs: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm#repeat_formula($row,_$col,_$formula,_$format,_($pattern_=%3E_$replace,_&quot;&gt;[link]&lt;/a&gt;...))
  </summary>
  </entry>
  <entry>
  <author>
  <name>rclauer</name>
  <email>rcla...@gmail.com</email>
  </author>
  <updated>2009-05-28T16:42:29Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/4282927a8d4c7c90</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/4282927a8d4c7c90" />
  <title type="html">Numeric formatting</title>
  <summary type="html" xml:space="preserve">
  I&#39;m sure this is not new, but here&#39;s a twist... &lt;br&gt; &lt;p&gt;column has a zip code that might look like: &lt;br&gt; &lt;p&gt;1. 18940 &lt;br&gt; 2. 18940- &lt;br&gt; 3. 08620-1234 &lt;br&gt; 4. 08620 &lt;br&gt; &lt;p&gt;Turn out case 4 as expected is the problem...so what format specifier &lt;br&gt; magically makes this work as expected and keeps the leading zero in &lt;br&gt; case 4? &lt;br&gt; &lt;p&gt;Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>rmeichhorn</name>
  <email>rmeichh...@gmail.com</email>
  </author>
  <updated>2009-05-26T03:06:59Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/aee87693e5cffb4c</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/aee87693e5cffb4c" />
  <title type="html">Streaming output of Spreadsheet::WriteExcel</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;I have created a web based reporting system, which uses mod_perl and &lt;br&gt; Spreadsheet::WriteExcel to output an xls file to the user who can then &lt;br&gt; save it to their PC. &lt;br&gt; &lt;p&gt;I have it working nicely, but have come across one little thing which &lt;br&gt; would make it better for my end users. &lt;br&gt; &lt;p&gt;At the moment when a user requests a report which creates a large
  </summary>
  </entry>
  <entry>
  <author>
  <name>kimbruff</name>
  <email>kimbr...@gmail.com</email>
  </author>
  <updated>2009-05-22T03:22:47Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/174c1a923ec753c5</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/174c1a923ec753c5" />
  <title type="html">trouble with formula</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to have a text file converted to excel. Everything works &lt;br&gt; until I try to add a formula. &lt;br&gt; I want to add a formula to the end of one column, no matter how many &lt;br&gt; rows that column may have. (It will grow throughout the day.) &lt;br&gt; &lt;p&gt;The script reads the text file into an array, and determines its
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ernest0</name>
  <email>ernes...@gmail.com</email>
  </author>
  <updated>2009-05-21T17:31:59Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d1f78dbaef11c506</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/d1f78dbaef11c506" />
  <title type="html">Problem with formula and workbookbig</title>
  <summary type="html" xml:space="preserve">
  Hi friends &lt;br&gt; &lt;p&gt;I am working with the fork for PHP and creating a very large xls, with &lt;br&gt; more than 20,000 rows &lt;br&gt; &lt;p&gt;at the end of the last row I need to sum all a colummn, something very &lt;br&gt; simple &amp;quot;=sum(A1:A18000)&amp;quot; &lt;br&gt; &lt;p&gt;I work this with write_formula but when I see the xls the sum formula &lt;br&gt; change the number of my last row (A18000) to another number but minor
  </summary>
  </entry>
  <entry>
  <author>
  <name>clouno</name>
  <email>daniel.ric...@gmail.com</email>
  </author>
  <updated>2009-05-12T17:20:11Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/52fd23d0f3e71171</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/52fd23d0f3e71171" />
  <title type="html">why do I keep getting &quot;Can&#39;t locate object method ...&quot; errors?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I keep getting &amp;quot;Can&#39;t locate object method ...&amp;quot; errors and can&#39;t &lt;br&gt; figure out why. I get this error when trying to use &amp;quot;set_properties&amp;quot;, &lt;br&gt; &amp;quot;compatibility_mode&amp;quot; and &amp;quot;data_validation&amp;quot;. &lt;br&gt; &lt;p&gt;For example, I get the following error when using &amp;quot;$workbook- &lt;br&gt; &lt;p&gt;****************************** *************************
  </summary>
  </entry>
  <entry>
  <author>
  <name>MaoBoyIndo</name>
  <email>maoboyi...@gmail.com</email>
  </author>
  <updated>2009-05-12T08:52:30Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/53568c176fed8a75</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/53568c176fed8a75" />
  <title type="html">Problems with formula and date/time format</title>
  <summary type="html" xml:space="preserve">
  1. Here are the informations about my system : &lt;br&gt; &lt;p&gt; Perl version : 5.008007 &lt;br&gt; OS name : solaris &lt;br&gt; Module versions: (not all are required) &lt;br&gt; Spreadsheet::WriteExcel 2.25 &lt;br&gt; Parse::RecDescent 1.94 &lt;br&gt; File::Temp 0.16
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jhives</name>
  <email>jhive...@gmail.com</email>
  </author>
  <updated>2009-05-06T21:48:57Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/cff81d83d7fb2853</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/cff81d83d7fb2853" />
  <title type="html">divide by zero formula error</title>
  <summary type="html" xml:space="preserve">
  Is there any way to suppress these other than doing an if statement? &lt;br&gt; &lt;p&gt;From what I can tell there isnt, but I thought Id ask anyways. &lt;br&gt; &lt;p&gt;Thanks, Jim
  </summary>
  </entry>
  <entry>
  <author>
  <name>Graig</name>
  <email>g47...@gmail.com</email>
  </author>
  <updated>2009-05-04T16:25:40Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/69b5b9598d8c2906</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/69b5b9598d8c2906" />
  <title type="html">Still using Win32::OLE and Excel 2003; Problems with detecting Excel, FreezePanes not working</title>
  <summary type="html" xml:space="preserve">
  Still using Win32::OLE and Excel 2003. &lt;br&gt; &lt;p&gt;1) The user can abort out of the perl program, or have a copy of excel &lt;br&gt; open, and the script will leave a copy of Excel in memory. Can this be &lt;br&gt; detected by perl the next time it is executed? &lt;br&gt; &lt;p&gt;2) I have seen several examples of how to set the freeze pane. I don&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rajendra</name>
  <email>rajendrapo...@gmail.com</email>
  </author>
  <updated>2009-05-04T06:46:53Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/b555764c32df4c75</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/b555764c32df4c75" />
  <title type="html">Convert Excel to Jpeg</title>
  <summary type="html" xml:space="preserve">
  I have created excel sheet using Spreadsheet::WriteExcel in perl , Now &lt;br&gt; I want to convert this sheet into JPEG or any picture format using &lt;br&gt; perl itself. &lt;br&gt; &lt;p&gt;Can you Help me? &lt;br&gt; &lt;p&gt;Rajendra
  </summary>
  </entry>
  <entry>
  <author>
  <name>Brad Bueche</name>
  <email>brad.bue...@gmail.com</email>
  </author>
  <updated>2009-04-29T22:05:41Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/0fd6f1de228de7eb</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/0fd6f1de228de7eb" />
  <title type="html">Pivot Tables</title>
  <summary type="html" xml:space="preserve">
  Has anybody used ::WriteExcel to create Pivot Tables in in excel? &lt;br&gt; Pivot tables were available in excel 97-2003. My main goal, right now, is &lt;br&gt; to be able to drill-down to another -- DETAIL-- worksheet from a general &lt;br&gt; worksheet. Apparently, pivot tables in excel 97 allow this. Anybody have &lt;br&gt; an idea as to how this would be set up?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Graig</name>
  <email>g47...@gmail.com</email>
  </author>
  <updated>2009-04-29T14:54:42Z</updated>
  <id>http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/f85967001768bd04</id>
  <link href="http://groups.google.com/group/spreadsheet-writeexcel/browse_frm/thread/f85967001768bd04" />
  <title type="html">Off topic - My perl excel script works for me, but not my users..</title>
  <summary type="html" xml:space="preserve">
  My company is still using Excel 2003. I use Perlapp to create the &lt;br&gt; executable, trying to include all that is needed. However, when I log &lt;br&gt; into a different computer, as my users would, the perl script or the &lt;br&gt; executable seem to hang at about the place where I create a new excel &lt;br&gt; file. Even the debug print statements are not displayed.
  </summary>
  </entry>
</feed>
