<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Spreadsheet::ParseExcel Google Group</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel</link>
  <description>A group to discuss and ask questions about the Spreadsheet::ParseExcel Perl module. </description>
  <language>en</language>
  <item>
  <title>Re: &quot;get_comment&quot; cell method ?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/2fb7afbea4888759/7877f75dbc05514b?show_docid=7877f75dbc05514b</link>
  <description>
  Hi John &lt;br&gt; I&#39;m also facing with the same issue with parse::excel by &lt;br&gt; which i need to read the cell comments. Can you provide me any work arounds? &lt;br&gt; Thanks &lt;br&gt; VEnkat
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/2fb7afbea4888759/7877f75dbc05514b?show_docid=7877f75dbc05514b</guid>
  <author>
  venkatesh.nerell...@gmail.com
  (Venkatesh Nerella)
  </author>
  <pubDate>Tue, 23 Apr 2013 10:41:36 UT
</pubDate>
  </item>
  <item>
  <title>How can I get a cell width or the column width</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/4cbd3d2785261b1f/7103560428fbd257?show_docid=7103560428fbd257</link>
  <description>
  Dear, &lt;br&gt; Is there any method to get the column width? When i use SaveParser to &lt;br&gt; rewrite a sheet of an existing excel file, &lt;br&gt; the column width in other sheet become the default value, so is there any &lt;br&gt; way to keep the column width or get &lt;br&gt; the column width? Tks~
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/4cbd3d2785261b1f/7103560428fbd257?show_docid=7103560428fbd257</guid>
  <author>
  bluesky...@gmail.com
  (Shi Li-Li)
  </author>
  <pubDate>Wed, 17 Apr 2013 09:14:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Spreadsheet::ParseExcel] Spreadsheet::ParseExcel::Format - What do the values in the &#39;Fill&#39; arrayref mean?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/7c2bfbf95a0c9535/cd6f67affa29f95b?show_docid=cd6f67affa29f95b</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I can guess from similar work on Spreadsheet::WriteExcel. &lt;br&gt; &lt;p&gt;The first is the fill pattern. 0 is solid fill. &lt;br&gt; &lt;p&gt;The second is the pattern foreground colour. 64 is the default setting &lt;br&gt; (black or white I don&#39;t remember). &lt;br&gt; &lt;p&gt;The third is the pattern background colour. 65 is the default setting
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/7c2bfbf95a0c9535/cd6f67affa29f95b?show_docid=cd6f67affa29f95b</guid>
  <author>
  jmcnam...@cpan.org
  (John McNamara)
  </author>
  <pubDate>Thu, 14 Feb 2013 00:22:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Spreadsheet::ParseExcel] Spreadsheet::ParseExcel::Font - Any recommendations for converting color to hex or rgb?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/da15eb9372ed59d3/8c2100ba7f9a4143?show_docid=8c2100ba7f9a4143</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Apologies, I don&#39;t have to generate an example, but there is an &lt;br&gt; undocumented function (not method) in ParseExcel called ColorIdxToRGB() &lt;br&gt; that converts the color index to an RGB code. &lt;br&gt; &lt;p&gt;The 32767 value looks wrong though since the Excel xls format is limited to &lt;br&gt; 53 colors. It is probably -1 as an unsigned value and thus may mean no
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/da15eb9372ed59d3/8c2100ba7f9a4143?show_docid=8c2100ba7f9a4143</guid>
  <author>
  jmcnam...@cpan.org
  (John McNamara)
  </author>
  <pubDate>Thu, 14 Feb 2013 00:15:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Identify header/frozen/filter rows?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/645c5a3ecec83344/eb4fd1b69e6dbdcf?show_docid=eb4fd1b69e6dbdcf</link>
  <description>
  Hi, &lt;br&gt; Unfortunately, there isn&#39;t any way to get that information for either of &lt;br&gt; those conditions. &lt;br&gt; Regards, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/645c5a3ecec83344/eb4fd1b69e6dbdcf?show_docid=eb4fd1b69e6dbdcf</guid>
  <author>
  jmcnam...@cpan.org
  (jmcnamara)
  </author>
  <pubDate>Thu, 24 Jan 2013 12:23:56 UT
</pubDate>
  </item>
  <item>
  <title>Identify header/frozen/filter rows?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/645c5a3ecec83344/0a1a1ddb3258ebf3?show_docid=0a1a1ddb3258ebf3</link>
  <description>
  Is there any way to identify rows on a sheet that are frozen or are filter &lt;br&gt; rows, so they can be handled differently than real &amp;quot;data&amp;quot;? I could not see &lt;br&gt; any methods in the perl module, and a web/group search did not turn up &lt;br&gt; anything.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/645c5a3ecec83344/0a1a1ddb3258ebf3?show_docid=0a1a1ddb3258ebf3</guid>
  <author>
  w...@ti.com
  </author>
  <pubDate>Tue, 22 Jan 2013 00:10:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/64afcde7eb8d594c?show_docid=64afcde7eb8d594c</link>
  <description>
  Hi, John. &lt;br&gt; Thank you very much for the help! &lt;br&gt; It helped me your analysis of the problem. &lt;br&gt; The reason was in the settings of the Windows + Excel. On my computer the &lt;br&gt; Windows default separator of integer and fractional part of the comma. In &lt;br&gt; the settings of the Excel was included support to regional standards.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/64afcde7eb8d594c?show_docid=64afcde7eb8d594c</guid>
  <author>
  shtank2...@gmail.com
  (Lvovich)
  </author>
  <pubDate>Fri, 07 Dec 2012 13:20:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/f52f929c5c549c5b?show_docid=f52f929c5c549c5b</link>
  <description>
  Hi, &lt;br&gt; I had a look at the files you sent and the data that you think are strings &lt;br&gt; are actually numbers. &lt;br&gt; Here is a screenshot of what I see when I open the file. &lt;br&gt; &lt;p&gt;&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://lh6.googleusercontent.com/-M742HY35Ejo/UMCB4sB_5HI/AAAAAAAAAcA/9TQQcaS2uf4/s1600/screen.png&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;Perhaps you are on a system that shows the decimal point as a comma.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/f52f929c5c549c5b?show_docid=f52f929c5c549c5b</guid>
  <author>
  jmcnam...@cpan.org
  (jmcnamara)
  </author>
  <pubDate>Thu, 06 Dec 2012 11:35:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/6c3d2bef80653859?show_docid=6c3d2bef80653859</link>
  <description>
  Hi, John. &lt;br&gt; I spent two tests: &lt;br&gt; 1) Book1.xls - all the cells of the General &lt;br&gt; 2) Book2.xls - all cells in the Text &lt;br&gt; A test script parse_excel.cgi: &lt;br&gt; use strict; &lt;br&gt; use Spreadsheet::ParseExcel; &lt;br&gt; my $parser = Spreadsheet::ParseExcel-&amp;gt;new() ; &lt;br&gt; my $workbook = $parser-&amp;gt;parse(&#39;Book1.xls&#39;); &lt;br&gt; open(FILE,&#39;&amp;gt;Book1.txt&#39;); &lt;br&gt; if (!defined $workbook ) {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/6c3d2bef80653859?show_docid=6c3d2bef80653859</guid>
  <author>
  shtank2...@gmail.com
  (Lvovich)
  </author>
  <pubDate>Tue, 04 Dec 2012 10:17:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Saveparser: Add Formula</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/3c665f16801cda72/8d22bd8b0bf648c2?show_docid=8d22bd8b0bf648c2</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;That is unfortunately due to the fact that the underlying &lt;br&gt; Spreadsheet::WriteExcel cannot parse a formula that refers to a &lt;br&gt; worksheet that hasn&#39;t been created yet since it has to map the &lt;br&gt; worksheet name to an internal index as required by Excel. &lt;br&gt; &lt;p&gt;In Spreadsheet::WriteExcel programs this isn&#39;t generally an issue
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/3c665f16801cda72/8d22bd8b0bf648c2?show_docid=8d22bd8b0bf648c2</guid>
  <author>
  jmcnam...@cpan.org
  (jmcnamara)
  </author>
  <pubDate>Mon, 03 Dec 2012 22:41:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/0eab2ca8761dd280?show_docid=0eab2ca8761dd280</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;This also reinforces the suspicion that the data is actually numeric. &lt;br&gt; This is the result of standard floating point rounding. &lt;br&gt; &lt;p&gt;You can round it back using sprintf/printf. Something like: &lt;br&gt; &lt;p&gt; $ perl -le &#39;printf &amp;quot;%.5f\n&amp;quot;, 600.12395000004&#39; &lt;br&gt; 600.12395 &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; &lt;p&gt;John.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/0eab2ca8761dd280?show_docid=0eab2ca8761dd280</guid>
  <author>
  jmcnam...@cpan.org
  (jmcnamara)
  </author>
  <pubDate>Mon, 03 Dec 2012 20:09:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/527be93c4d8b65b8?show_docid=527be93c4d8b65b8</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;If you are getting numeric data out of Spreadsheet::ParseExcel then &lt;br&gt; the data in Excel in probably numeric. It doesn&#39;t coerce string data &lt;br&gt; to numeric data. &lt;br&gt; &lt;p&gt;For example, consider the following program that produces an Excel &lt;br&gt; file with a string from your example: &lt;br&gt; &lt;p&gt; use strict; &lt;br&gt; use warnings;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/527be93c4d8b65b8?show_docid=527be93c4d8b65b8</guid>
  <author>
  jmcnam...@cpan.org
  (jmcnamara)
  </author>
  <pubDate>Mon, 03 Dec 2012 20:05:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/cb387ed35dadea01?show_docid=cb387ed35dadea01</link>
  <description>
  Add one more example: &lt;br&gt; the text in this cell &amp;quot;600,12395&amp;quot; the first time was transformed into &lt;br&gt; &amp;quot;600.12395000004&amp;quot;, and the second time was transformed into &lt;br&gt; &amp;quot;600.123949999997&amp;quot; &lt;br&gt; How to download such cells without distortion, to keep two of code, &lt;br&gt; separated by a comma, not to convert the numeric? &lt;br&gt; Help, please!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/cb387ed35dadea01?show_docid=cb387ed35dadea01</guid>
  <author>
  shtank2...@gmail.com
  (Lvovich)
  </author>
  <pubDate>Mon, 03 Dec 2012 18:06:07 UT
</pubDate>
  </item>
  <item>
  <title>How to cancel numeric-formatting?</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/99e7c25e9ccac61e?show_docid=99e7c25e9ccac61e</link>
  <description>
  Hi. &lt;br&gt; I have in the table cells with a list of codes separated by commas: &lt;br&gt; &amp;quot;12576,16244&amp;quot;, &amp;quot;600,12395&amp;quot;, &amp;quot;15801,15976&amp;quot;. &lt;br&gt; In Excel type of cells - the text. &lt;br&gt; When parsing such a cell is defined as Numeric, and are converted to: &lt;br&gt; 12576,16244 &amp;gt; 12576.16244 &lt;br&gt; 600,12395 &amp;gt; 600.12395 &lt;br&gt; and etc. &lt;br&gt; Moreover, the cell-&amp;gt;value() and cell-&amp;gt;unformatted() give the same value.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/69434728e6c8f40c/99e7c25e9ccac61e?show_docid=99e7c25e9ccac61e</guid>
  <author>
  shtank2...@gmail.com
  (Lvovich)
  </author>
  <pubDate>Sun, 02 Dec 2012 20:08:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Spreadsheet::ParseExcel] Re: Saveparser: Add Formula</title>
  <link>http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/3c665f16801cda72/c241a906921d3a78?show_docid=c241a906921d3a78</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am using the following script to write a formula using the saveparser &lt;br&gt; package &lt;br&gt; &lt;p&gt; $wsw1-&amp;gt;AddCell($j,9,&#39;=VLOOKUP( B&#39;.$y.&#39;,\&#39;Module &lt;br&gt; Paths\&#39;!$A$3:B$225,2,FALSE)&#39;,$ formatb); &lt;br&gt; $wsw1-&amp;gt;AddCell($j,10,&#39;=VLOOKUP (C&#39;.$y.&#39;,\&#39;Module Pin &lt;br&gt; Name\&#39;!$B$2:$M$182,2,FALSE)&#39;,$ formatb); &lt;br&gt; &lt;p&gt;In the first one, it writes the formula while in second one it deletes all
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/spreadsheet-parseexcel/browse_thread/thread/3c665f16801cda72/c241a906921d3a78?show_docid=c241a906921d3a78</guid>
  <author>
  guptasonal1...@gmail.com
  (sonal gupta)
  </author>
  <pubDate>Wed, 28 Nov 2012 09:29:16 UT
</pubDate>
  </item>
  </channel>
</rss>
