<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PHPExcel Work Item Rss Feed</title><link>http://www.codeplex.com/PHPExcel/WorkItem/List.aspx</link><description>PHPExcel Work Item Rss Description</description><item><title>Commented Issue: Excel 2007 - Macros - CustomUI [19017]</title><link>http://phpexcel.codeplex.com/workitem/19017</link><description>You will find in the attachment the modified and added files to PHPExcel v1.7.8 to enable reading and writing macros, elements of customizing the Ribbon in Excel 2007.&lt;br /&gt;Signed macros are handled, &amp;#34;user&amp;#34; images of the Ribbon also .&lt;br /&gt; &amp;#9;&lt;br /&gt;If this is of any interest, some improvements can be made, for example the use of caching system to preserve the memory.&lt;br /&gt;Comments: ** Comment from web user: LWol ** &lt;p&gt;This means that the script found macros, they are not signed, and that there are no custom Ribbon. If these information are consistent with the contents of the original file, it is likely that the macros have been copied.&lt;br&gt;The disappearance of a button is a problem that is unrelated to this patch but the fact that PHPExcel does not support the form elements.&lt;br&gt;I examine this aspect.&lt;/p&gt;</description><author>LWol</author><pubDate>Mon, 20 May 2013 14:05:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Excel 2007 - Macros - CustomUI [19017] 20130520020528P</guid></item><item><title>Commented Issue: Excel 2007 - Macros - CustomUI [19017]</title><link>http://phpexcel.codeplex.com/workitem/19017</link><description>You will find in the attachment the modified and added files to PHPExcel v1.7.8 to enable reading and writing macros, elements of customizing the Ribbon in Excel 2007.&lt;br /&gt;Signed macros are handled, &amp;#34;user&amp;#34; images of the Ribbon also .&lt;br /&gt; &amp;#9;&lt;br /&gt;If this is of any interest, some improvements can be made, for example the use of caching system to preserve the memory.&lt;br /&gt;Comments: ** Comment from web user: Livinstone ** &lt;p&gt;I have same problem :(&lt;br&gt;* macros in file&lt;br&gt;* not signed&lt;br&gt;* No ribbon&lt;br&gt;What it mean?  after success script, my button disappeared :(((&lt;/p&gt;</description><author>Livinstone</author><pubDate>Mon, 20 May 2013 05:53:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Excel 2007 - Macros - CustomUI [19017] 20130520055338A</guid></item><item><title>Closed Feature: Conditional formatting in Excel 5 [11704]</title><link>http://phpexcel.codeplex.com/workitem/11704</link><description>Hello,&amp;#160;As far as I know the conditional formatting is not available in Excel 5.&amp;#160;Am I wrong &amp;#63;&amp;#160;Will it be in the feature list soon &amp;#63;&amp;#160;Regards,&amp;#160;Nicolas&lt;br /&gt;</description><author>Progi1984</author><pubDate>Thu, 16 May 2013 12:42:08 GMT</pubDate><guid isPermaLink="false">Closed Feature: Conditional formatting in Excel 5 [11704] 20130516124208P</guid></item><item><title>Closed Issue: Reader load() should clear calculation cache [15145]</title><link>http://phpexcel.codeplex.com/workitem/15145</link><description>Reading a number of files in succession can give wrong results because the reader may return results from the calculation cache from a previous file.&lt;br /&gt;&amp;#160;&lt;br /&gt;Fix is for function load&amp;#40;&amp;#36;file&amp;#41; in each reader to always call PHPExcel_Calculation&amp;#58;&amp;#58;getInstance&amp;#40;&amp;#41;-&amp;#62;clearCalculationCache&amp;#40;&amp;#41;.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: Reader load() should clear calculation cache [15145] 20130516124146P</guid></item><item><title>Closed Issue: PHPExcel_Cell::getCalculatedValue() fails on simple calculation [16926]</title><link>http://phpexcel.codeplex.com/workitem/16926</link><description>A cell with the following formula &amp;#34;&amp;#61;12&amp;#42;2495&amp;#34; resolves to &amp;#34;16560&amp;#34; instead of &amp;#34;29940&amp;#34;.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#91;Update&amp;#93;&lt;br /&gt;If the file was loaded by itself, the calculation is correct.  If the file was loaded along with many other files, the calculation fails.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#91;Update&amp;#93;&lt;br /&gt;Found the problem.  If the cache as disabled, the problem goes away.  I think the bug is that the cache is static.  When I traced through the calculation, it found the calculated result in the cache on the first time when it shouldn&amp;#39;t have.  The erroneous value came from a previously cached value.  The fix might be to add the filename to the cache and not rely on just the worksheet title and cellID.  I&amp;#39;ll try this solution and report back what I find.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#91;Update&amp;#93;&lt;br /&gt;Ok, that worked.  Since the filename was not included inthe PHPExcel class &amp;#40;I think&amp;#41;, I added a set&amp;#47;get function to store and retrieve the filename.  So when loading, the filename can be saved.  Then in the Calculation class, I changed all references to the calculation cache to index the filename appended to the sheet title &amp;#40;instead of just the sheet title&amp;#41;.  The calculations then worked fine.&lt;br /&gt;&amp;#160;&lt;br /&gt;Hope the explanation is clear.  If not, let me know.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: PHPExcel_Cell::getCalculatedValue() fails on simple calculation [16926] 20130516124139P</guid></item><item><title>Closed Issue: Fix for environments where there is no access to /tmp but to upload_tmp_dir [17840]</title><link>http://phpexcel.codeplex.com/workitem/17840</link><description>On several hosted environments it&amp;#39;s not possible to use the global &amp;#47;tmp directory. I have provided a patch, which makes the upload_tmp_dir to be used instead.&lt;br /&gt;</description><author>jweberho</author><pubDate>Thu, 16 May 2013 12:41:35 GMT</pubDate><guid isPermaLink="false">Closed Issue: Fix for environments where there is no access to /tmp but to upload_tmp_dir [17840] 20130516124135P</guid></item><item><title>Closed Issue: sys_get_temp_dir() pointing to wrong location [17936]</title><link>http://phpexcel.codeplex.com/workitem/17936</link><description>Hi,&amp;#160;I&amp;#39;m using PHPExcel on phpfog hosting.&amp;#160;I get the following warning&amp;#58;realpath&amp;#40;&amp;#41;&amp;#58; open_basedir restriction in effect. File&amp;#40;&amp;#47;tmp&amp;#41; is not within the allowed path&amp;#40;s&amp;#41;&amp;#58; &amp;#40;&amp;#47;usr&amp;#47;share&amp;#47;php&amp;#58;&amp;#47;usr&amp;#47;share&amp;#47;pear&amp;#58;&amp;#47;usr&amp;#47;share&amp;#47;php&amp;#47;libzend-framework-php&amp;#58;&amp;#47;var&amp;#47;fog&amp;#47;apps&amp;#47;app33219&amp;#47;tmp&amp;#58;&amp;#47;var&amp;#47;fog&amp;#47;apps&amp;#47;app33219&amp;#47;bizzocall2.phpfogapp.com&amp;#41; &amp;#40;&amp;#47;var&amp;#47;fog&amp;#47;apps&amp;#47;app33219&amp;#47;bizzocall2.phpfogapp.com&amp;#47;protected&amp;#47;extensions&amp;#47;phpexcel&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Shared&amp;#47;File.php&amp;#58;136&amp;#41;&amp;#160;This is probably happens because of the sys_get_temp_dir&amp;#40;&amp;#41; bug.http&amp;#58;&amp;#47;&amp;#47;www.php.net&amp;#47;manual&amp;#47;de&amp;#47;function.sys-get-temp-dir.php&amp;#35;97044&amp;#160;Thanks&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:34 GMT</pubDate><guid isPermaLink="false">Closed Issue: sys_get_temp_dir() pointing to wrong location [17936] 20130516124134P</guid></item><item><title>Closed Issue: -&gt;getUrl() gives sheet://test [17976]</title><link>http://phpexcel.codeplex.com/workitem/17976</link><description>when we have a spreadsheet that contained in the several cells a URL pointing to a specific anchor on the page &amp;#40;eg www.goole.de &amp;#35; test&amp;#41; then gives -&amp;#62; back getURL Emulation Links with the sheet &amp;#58;&amp;#47; &amp;#47; test because it is assumed it refers to an internal spreadsheet.&amp;#160;This does not happen I have the file from the directory Excel2007.php reader somewhat modified. At line 1112 of file the links are created for the cells. Previously, the address of the cell ids and locations apart. The location is at the URL weggeleassen although there is no check the location to a valid data shows. So I converted the function as follows&amp;#58;&amp;#160;The link always gets appended to the URL of the location is again in full&amp;#58;&amp;#160;if &amp;#40;isset &amp;#40;&amp;#36; linkRel &amp;#91;&amp;#39;id&amp;#39;&amp;#93;&amp;#41;&amp;#41; &amp;#123;if &amp;#40;isset &amp;#40;&amp;#36; hyperlink &amp;#91;&amp;#39;location&amp;#39;&amp;#93;&amp;#41;&amp;#41; &amp;#123;&amp;#36; cell-&amp;#62; getHyperlink &amp;#40;&amp;#41; -&amp;#62; setUrl &amp;#40;&amp;#36; hyperlinks &amp;#91;&amp;#40;string&amp;#41; &amp;#36; linkRel &amp;#91;&amp;#39;id&amp;#39;&amp;#93;&amp;#93; &amp;#39;&amp;#35;&amp;#39; &amp;#36; hyperlink &amp;#91;&amp;#39;location&amp;#39;&amp;#93;..&amp;#41;&amp;#59;else &amp;#123;&amp;#125;&amp;#36; cell-&amp;#62; getHyperlink &amp;#40;&amp;#41; -&amp;#62; setUrl &amp;#40;&amp;#36; hyperlinks &amp;#91;&amp;#40;string&amp;#41; &amp;#36; linkRel &amp;#91;&amp;#39;id&amp;#39;&amp;#93;&amp;#93;&amp;#41;&amp;#59;&amp;#125;&amp;#125;&amp;#160;and the location is checked whether the data is with the Excel file&amp;#58;&amp;#160;&amp;#36; worksheets &amp;#61; &amp;#36; this-&amp;#62; list worksheet names &amp;#40;&amp;#36; pFileName&amp;#41;&amp;#59;if &amp;#40;in_array &amp;#40;&amp;#36; hyperlink &amp;#91;&amp;#39;location&amp;#39;&amp;#93;, &amp;#36; worksheets&amp;#41; &amp;#38;&amp;#38; isset &amp;#40;&amp;#36; hyperlink &amp;#91;&amp;#39;location&amp;#39;&amp;#93;&amp;#41;&amp;#41; &amp;#123;&amp;#36; cell-&amp;#62; getHyperlink &amp;#40;&amp;#41; -&amp;#62; setUrl &amp;#40;&amp;#39;stylesheet &amp;#58;&amp;#47; &amp;#47;&amp;#39; &amp;#40;string&amp;#41; &amp;#36; hyperlink &amp;#91;&amp;#39;location&amp;#39;&amp;#93;.&amp;#41;&amp;#59;&amp;#125;&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:34 GMT</pubDate><guid isPermaLink="false">Closed Issue: -&gt;getUrl() gives sheet://test [17976] 20130516124134P</guid></item><item><title>Closed Issue: Rich Text containing UTF-8 characters creating unreadable content with Excel5 Writer [18551]</title><link>http://phpexcel.codeplex.com/workitem/18551</link><description>I discovers a problem on the class PHPExcel_RichText on Excel5 writer with text in UTF-8&amp;#160;All is fine with this exemple &amp;#58;&amp;#160;&amp;#36;oText &amp;#61; new PHPExcel_RichText&amp;#40;&amp;#41;&amp;#59;&amp;#36;oText-&amp;#62;createText&amp;#40;&amp;#39;my text in &amp;#39;&amp;#41;&amp;#59;&amp;#36;oTextBold &amp;#61; &amp;#36;oText-&amp;#62;createTextRun&amp;#40;&amp;#39;bold with an accent&amp;#39;&amp;#41;&amp;#59;&amp;#36;oTextBold -&amp;#62;getFont&amp;#40;&amp;#41;-&amp;#62;setBold&amp;#40;true&amp;#41;&amp;#59;&amp;#160;&amp;#36;sheet-&amp;#62;setCellValue&amp;#40;&amp;#39;A1&amp;#39;, &amp;#36;oText&amp;#41;&amp;#59;&amp;#160;But with this exemple, an Alert Security appears on Miscrosoft Excel &amp;#58;&amp;#160;&amp;#36;oText &amp;#61; new PHPExcel_RichText&amp;#40;&amp;#41;&amp;#59;&amp;#36;oText-&amp;#62;createText&amp;#40;&amp;#39;mon texte en &amp;#39;&amp;#41;&amp;#59;&amp;#36;oTextBold &amp;#61; &amp;#36;oText-&amp;#62;createTextRun&amp;#40;&amp;#39;gras avec un &amp;#233;&amp;#39;&amp;#41;&amp;#59;&amp;#36;oTextBold -&amp;#62;getFont&amp;#40;&amp;#41;-&amp;#62;setBold&amp;#40;true&amp;#41;&amp;#59;&amp;#160;&amp;#36;sheet-&amp;#62;setCellValue&amp;#40;&amp;#39;A1&amp;#39;, &amp;#36;oText&amp;#41;&amp;#59;&amp;#160;Anyone have informations on this problem&amp;#63;&amp;#160;PS &amp;#58; There is no problem with the Excel2007 writer, but it&amp;#39;s not the solution because all users can&amp;#39;t read xlsx.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: Rich Text containing UTF-8 characters creating unreadable content with Excel5 Writer [18551] 20130516124129P</guid></item><item><title>Closed Issue: Error in PHPEXCEL/Calculation.php script on line 2976 [18777]</title><link>http://phpexcel.codeplex.com/workitem/18777</link><description>2975         while &amp;#40;&amp;#33;is_null&amp;#40;&amp;#36;op &amp;#61; &amp;#36;stack-&amp;#62;pop&amp;#40;&amp;#41;&amp;#41;&amp;#41; &amp;#123; &amp;#47;&amp;#47; pop everything off the stack and push onto output&lt;br /&gt;2976             if &amp;#40;&amp;#36;opCharacter&amp;#91;&amp;#39;value&amp;#39;&amp;#93; &amp;#61;&amp;#61; &amp;#39;&amp;#40;&amp;#39;&amp;#41; return &amp;#36;this-&amp;#62;_raiseFormulaError&amp;#40;&amp;#34;Formula Error&amp;#58; Expecting &amp;#39;&amp;#41;&amp;#39;&amp;#34;&amp;#41;&amp;#59; &amp;#47;&amp;#47; if there are any opening braces on the stack, then braces were unbalanced&lt;br /&gt;2977             &amp;#36;output&amp;#91;&amp;#93; &amp;#61; &amp;#36;op&amp;#59;&lt;br /&gt;2978         &amp;#125;&lt;br /&gt;2979         return &amp;#36;output&amp;#59;&lt;br /&gt;2980     &amp;#125;   &amp;#47;&amp;#47;  function _parseFormula&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;You must change &amp;#39;&amp;#36;opCharacter&amp;#39; to &amp;#39;&amp;#36;op&amp;#39;.&lt;br /&gt;&lt;br /&gt;Best regards.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:27 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error in PHPEXCEL/Calculation.php script on line 2976 [18777] 20130516124127P</guid></item><item><title>Closed Issue: CSV files identified as HTML [18794]</title><link>http://phpexcel.codeplex.com/workitem/18794</link><description>There is a substantial issue with trying to automatically determine file types.&lt;br /&gt;&lt;br /&gt;How to reproduce&amp;#58;&lt;br /&gt;1. Create a valid CSV file &amp;#40;quoted values, comma-separated&amp;#41;&lt;br /&gt;2. Upload that file through a form so that it is available to PHP &amp;#40;we&amp;#39;ll call the file array &amp;#36;file&amp;#41;&lt;br /&gt;3. Call PHPExcel_IOFactory&amp;#58;&amp;#58;identify&amp;#40;&amp;#36;file&amp;#91;&amp;#39;tmp_name&amp;#39;&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;4. The file is identified as &amp;#39;HTML&amp;#39; instead of &amp;#39;CSV&amp;#39;&lt;br /&gt;&lt;br /&gt;It seems that the only requirement for hitting this issue is that the file&amp;#39;s tmp_name has no extension, and thus skips the first section and starts iterating through readers checking if they can read the file. The HTML reader must be checked before the CSV reader, but the file contains no HTML and it seems like it really should be identified as a CSV.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:27 GMT</pubDate><guid isPermaLink="false">Closed Issue: CSV files identified as HTML [18794] 20130516124127P</guid></item><item><title>Closed Issue: cache_in_memory_gzip "eats" last worksheet line, cache_in_memory doesn't . [18844]</title><link>http://phpexcel.codeplex.com/workitem/18844</link><description>Reading a very simple excel workbook &amp;#40;attached&amp;#41; with PHPExcel 1.7.8 stable, I use the cache_in_memory_gzip cache method.&lt;br /&gt;When I display the full sheet content, the last line does not appear.&lt;br /&gt;If I switch to the cache_in_memory method, the last line appears.&lt;br /&gt;Did I miss something &amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Marc&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: cache_in_memory_gzip "eats" last worksheet line, cache_in_memory doesn't . [18844] 20130516124126P</guid></item><item><title>Closed Issue: Found a fixable memory and time hog in PHPExcel [18958]</title><link>http://phpexcel.codeplex.com/workitem/18958</link><description>We wanted to process an XLS, around 5MB is size, &amp;#126;3500 rows, 10-20 columns,  some cells with long text &amp;#40;around a kilobyte&amp;#41;. Even identify peaked around &amp;#126;100MB, and we wanted to hunt down what causes it, and we could actually fix the code, so it turned out to be faster and eats less memory&amp;#58;OLERead.php, line 156, there is an assignment&amp;#58;&amp;#36;this-&amp;#62;smallBlockChain&amp;#91;&amp;#36;index&amp;#93; &amp;#61; self&amp;#58;&amp;#58;_GetInt4d&amp;#40;&amp;#36;this-&amp;#62;data, &amp;#36;pos&amp;#41;&amp;#59;Where we measured how &amp;#36;index will be, and it reached about 750k. In a flat C array, the memory consumption would be exactly 3M, but in PHP, every array is associative, so it builds a search-tree, not using pointer-arithmetic. The consumption is about O&amp;#40;n&amp;#42;log&amp;#40;n&amp;#41;&amp;#41;, which the following code will show&amp;#58;&amp;#36; php -r &amp;#39;&amp;#36;array &amp;#61; array&amp;#40;&amp;#41;&amp;#59; for&amp;#40;&amp;#36;i &amp;#61; 0&amp;#59; &amp;#36;i &amp;#60; 750000&amp;#59; &amp;#43;&amp;#43;&amp;#36;i&amp;#41; &amp;#36;array&amp;#91;&amp;#36;i&amp;#93; &amp;#61; NULL&amp;#59; echo memory_get_peak_usage&amp;#40;true&amp;#41;.&amp;#34;&amp;#92;n&amp;#34;&amp;#59;&amp;#39;111149056That&amp;#39;s 106MB.Our fix is pretty straightforward&amp;#58; emulate the C array in PHP, which means use string, pack, and unpack, instead of a PHP array. Would be still slower than C, but faster and with less memory than PHP arrays.So the change would be in OLERead.php&amp;#58;Line 150&amp;#58;&amp;#36;this-&amp;#62;smallBlockChain &amp;#61; &amp;#34;&amp;#34;&amp;#59; &amp;#47;&amp;#47;instead of arrayLine 156&amp;#58;&amp;#36;this-&amp;#62;smallBlockChain .&amp;#61; pack&amp;#40;&amp;#34;l&amp;#34;,self&amp;#58;&amp;#58;_GetInt4d&amp;#40;&amp;#36;this-&amp;#62;data, &amp;#36;pos&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47;pack gives back a 4 byte string, with small-L it&amp;#39;s a 32-bit signed integer, machine byte order.Line 193&amp;#58;&amp;#36;block &amp;#61; unpack&amp;#40;&amp;#39;l&amp;#39;,substr&amp;#40;&amp;#36;this-&amp;#62;smallBlockChain,&amp;#36;block&amp;#42;4,4&amp;#41;&amp;#41;&amp;#59;&amp;#36;block &amp;#61; &amp;#36;block&amp;#91;1&amp;#93;&amp;#59; &amp;#47;&amp;#47;you can write this in one line in PHP 5.4, not in 5.3&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Found a fixable memory and time hog in PHPExcel [18958] 20130516124126P</guid></item><item><title>Closed Issue: getSheetNames() fails on numeric (floating-point-style) names with trailing zeroes [18963]</title><link>http://phpexcel.codeplex.com/workitem/18963</link><description>getSheetNames&amp;#40;&amp;#41; returns incorrect sheet name if one sheet name contains a trailing zero AND another sheets name with the same numeric value is in conflict. Example&amp;#58; example.xlsx &amp;#40;see file attached&amp;#41; contains two worksheets named &amp;#34;1.1&amp;#34; and &amp;#34;1.10&amp;#34;.Test script&amp;#58; PHPExcel_issue_18963.php &amp;#40;see file attached&amp;#41;Expected output&amp;#58;array&amp;#40;2&amp;#41; &amp;#123; &amp;#91;0&amp;#93;&amp;#61;&amp;#62; string&amp;#40;3&amp;#41; &amp;#34;1.1&amp;#34; &amp;#91;1&amp;#93;&amp;#61;&amp;#62; string&amp;#40;6&amp;#41; &amp;#34;1.10&amp;#34; &amp;#125;Actual output&amp;#58;array&amp;#40;2&amp;#41; &amp;#123; &amp;#91;0&amp;#93;&amp;#61;&amp;#62; string&amp;#40;3&amp;#41; &amp;#34;1.1&amp;#34; &amp;#91;1&amp;#93;&amp;#61;&amp;#62; string&amp;#40;6&amp;#41; &amp;#34;1.10 1&amp;#34; &amp;#125;PHPExcel 1.7.8, 2012-10-12PHP 5.3.15&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 12:41:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: getSheetNames() fails on numeric (floating-point-style) names with trailing zeroes [18963] 20130516124125P</guid></item><item><title>Closed Issue: Cyclic Reference in Formula [19717]</title><link>http://phpexcel.codeplex.com/workitem/19717</link><description>I am trying to read a Excel file with formula&amp;#39;s in most of my columns. Then I receive this error.&lt;br /&gt;&lt;br /&gt;PHP Fatal error&amp;#58;  Uncaught exception &amp;#39;PHPExcel_Exception&amp;#39; with message &amp;#39;ISM-XE1203FI63TRX91&amp;#33;AI7 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AO9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AM9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AP9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; Cyclic Reference in Formula&amp;#39; in &amp;#47;abc&amp;#47;&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php&amp;#58;307&amp;#92;nStack trace&amp;#58;&amp;#92;n&amp;#35;0 &amp;#47;abc&amp;#47;reader.php&amp;#40;226&amp;#41;&amp;#58; PHPExcel_Cell-&amp;#62;getCalculatedValue&amp;#40;&amp;#41;&amp;#92;n&amp;#35;1 &amp;#47;abc&amp;#47;&amp;#47;reader.php&amp;#40;132&amp;#41;&amp;#58; calculateFormula&amp;#40;Object&amp;#40;PHPExcel_Worksheet&amp;#41;, &amp;#39;AI7&amp;#39;&amp;#41;&amp;#92;n&amp;#35;2 &amp;#47;abc&amp;#47;reader.php&amp;#40;36&amp;#41;&amp;#58; readTemplateData&amp;#40;&amp;#39;tmp&amp;#47;Template...&amp;#39;&amp;#41;&amp;#92;n&amp;#35;3 &amp;#123;main&amp;#125;&amp;#92;n  thrown in &amp;#47;abc&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php on line 307&lt;br /&gt;&lt;br /&gt;Any idea how to resolve this &amp;#63;.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 06:47:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Cyclic Reference in Formula [19717] 20130516064726A</guid></item><item><title>Commented Issue: Cyclic Reference in Formula [19717]</title><link>http://phpexcel.codeplex.com/workitem/19717</link><description>I am trying to read a Excel file with formula&amp;#39;s in most of my columns. Then I receive this error.&lt;br /&gt;&lt;br /&gt;PHP Fatal error&amp;#58;  Uncaught exception &amp;#39;PHPExcel_Exception&amp;#39; with message &amp;#39;ISM-XE1203FI63TRX91&amp;#33;AI7 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AO9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AM9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AP9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; Cyclic Reference in Formula&amp;#39; in &amp;#47;abc&amp;#47;&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php&amp;#58;307&amp;#92;nStack trace&amp;#58;&amp;#92;n&amp;#35;0 &amp;#47;abc&amp;#47;reader.php&amp;#40;226&amp;#41;&amp;#58; PHPExcel_Cell-&amp;#62;getCalculatedValue&amp;#40;&amp;#41;&amp;#92;n&amp;#35;1 &amp;#47;abc&amp;#47;&amp;#47;reader.php&amp;#40;132&amp;#41;&amp;#58; calculateFormula&amp;#40;Object&amp;#40;PHPExcel_Worksheet&amp;#41;, &amp;#39;AI7&amp;#39;&amp;#41;&amp;#92;n&amp;#35;2 &amp;#47;abc&amp;#47;reader.php&amp;#40;36&amp;#41;&amp;#58; readTemplateData&amp;#40;&amp;#39;tmp&amp;#47;Template...&amp;#39;&amp;#41;&amp;#92;n&amp;#35;3 &amp;#123;main&amp;#125;&amp;#92;n  thrown in &amp;#47;abc&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php on line 307&lt;br /&gt;&lt;br /&gt;Any idea how to resolve this &amp;#63;.&lt;br /&gt;Comments: ** Comment from web user: MarkBaker ** &lt;p&gt;This is the correct default behaviour for cyclic formulae&lt;/p&gt;</description><author>MarkBaker</author><pubDate>Thu, 16 May 2013 06:47:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cyclic Reference in Formula [19717] 20130516064709A</guid></item><item><title>Commented Issue: SUMIF formula ranges are not updating after insertNewRowBefore [19681]</title><link>http://phpexcel.codeplex.com/workitem/19681</link><description>SUMIF formula ranges are not updating after insertNewRowBefore.  Is that normal activity&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Gannon&lt;br /&gt;&lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;setCellValue&amp;#40;&amp;#39;C25&amp;#39;, &amp;#39;AGS141&amp;#39;&amp;#41;&amp;#59;   &lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;insertNewRowBefore&amp;#40;26,1&amp;#41;&amp;#59; &lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;setCellValue&amp;#40;&amp;#39;C26&amp;#39;, &amp;#39;AGS144&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;insertNewRowBefore&amp;#40;26,1&amp;#41;&amp;#59; &lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;setCellValue&amp;#40;&amp;#39;C26&amp;#39;, &amp;#39;AGS143&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;insertNewRowBefore&amp;#40;26,1&amp;#41;&amp;#59; &lt;br /&gt;&amp;#36;objPHPExcel-&amp;#62;getActiveSheet&amp;#40;&amp;#41;-&amp;#62;setCellValue&amp;#40;&amp;#39;C26&amp;#39;, &amp;#39;AGS142&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Formula in G29 before&lt;br /&gt;&amp;#61;SUMIF&amp;#40;&amp;#36;F&amp;#36;25&amp;#58;&amp;#36;F&amp;#36;26,&amp;#36;F29,G&amp;#36;25&amp;#58;G&amp;#36;26&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#61;SUMIF&amp;#40;&amp;#36;F&amp;#36;25&amp;#58;&amp;#36;F&amp;#36;26,&amp;#36;F32,G&amp;#36;25&amp;#58;G&amp;#36;26&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: ggoo888 ** &lt;p&gt;Patched it to work for me.  Here is the updated ReferenceHelper.php, if anyone wanted it to work this way.&lt;/p&gt;&lt;p&gt;Thanks for the tip about inserting multiple rows at once.  :)&lt;/p&gt;</description><author>ggoo888</author><pubDate>Thu, 16 May 2013 01:31:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: SUMIF formula ranges are not updating after insertNewRowBefore [19681] 20130516013115A</guid></item><item><title>Created Issue: Cyclic Reference in Formula [19717]</title><link>http://phpexcel.codeplex.com/workitem/19717</link><description>I am trying to read a Excel file with formula&amp;#39;s in most of my columns. Then I receive this error.&lt;br /&gt;&lt;br /&gt;PHP Fatal error&amp;#58;  Uncaught exception &amp;#39;PHPExcel_Exception&amp;#39; with message &amp;#39;ISM-XE1203FI63TRX91&amp;#33;AI7 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AO9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AM9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AP9 -&amp;#62; ISM-XE1203FI63TRX91&amp;#33;AN9 -&amp;#62; Cyclic Reference in Formula&amp;#39; in &amp;#47;abc&amp;#47;&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php&amp;#58;307&amp;#92;nStack trace&amp;#58;&amp;#92;n&amp;#35;0 &amp;#47;abc&amp;#47;reader.php&amp;#40;226&amp;#41;&amp;#58; PHPExcel_Cell-&amp;#62;getCalculatedValue&amp;#40;&amp;#41;&amp;#92;n&amp;#35;1 &amp;#47;abc&amp;#47;&amp;#47;reader.php&amp;#40;132&amp;#41;&amp;#58; calculateFormula&amp;#40;Object&amp;#40;PHPExcel_Worksheet&amp;#41;, &amp;#39;AI7&amp;#39;&amp;#41;&amp;#92;n&amp;#35;2 &amp;#47;abc&amp;#47;reader.php&amp;#40;36&amp;#41;&amp;#58; readTemplateData&amp;#40;&amp;#39;tmp&amp;#47;Template...&amp;#39;&amp;#41;&amp;#92;n&amp;#35;3 &amp;#123;main&amp;#125;&amp;#92;n  thrown in &amp;#47;abc&amp;#47;Classes&amp;#47;PHPExcel&amp;#47;Cell.php on line 307&lt;br /&gt;&lt;br /&gt;Any idea how to resolve this &amp;#63;.&lt;br /&gt;</description><author>gopikn</author><pubDate>Thu, 16 May 2013 00:46:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Cyclic Reference in Formula [19717] 20130516124602A</guid></item><item><title>Closed Issue: problem exporting large data to excel [19648]</title><link>http://phpexcel.codeplex.com/workitem/19648</link><description>Hi Guys,&lt;br /&gt;Please help me for the the problem exporting large data to excel format xlsx.&lt;br /&gt;i m exporting almost 45000 records at a time to single file and it timeout without saving file.&lt;br /&gt;the mysql select query is taking 21 seconds for executing that large data.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Wed, 15 May 2013 13:40:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: problem exporting large data to excel [19648] 20130515014016P</guid></item><item><title>Closed Issue: PDF writer delivers empty document. [19703]</title><link>http://phpexcel.codeplex.com/workitem/19703</link><description>Please ignore.  It should&amp;#39;ve been posted under &amp;#34;discussions&amp;#34;.  I have moved it there.&lt;br /&gt;</description><author>MarkBaker</author><pubDate>Wed, 15 May 2013 13:39:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: PDF writer delivers empty document. [19703] 20130515013943P</guid></item></channel></rss>