<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/phpexcelreader/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpexcelreader/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Sep 2018 21:33:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpexcelreader/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#77 php7 compatibility</title><link>https://sourceforge.net/p/phpexcelreader/bugs/77/?limit=25#5618</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi. I have a tool using this code and the host updated PHP to version 7.2, from 5.6. The tool is no longer working, of course. I've modified following the comment above but I get an error on Line 31 saying this:&lt;/p&gt;
&lt;p&gt;Fatal error: require_once(): Failed opening required 'oleread.inc' (include_path='.:/usr/lib/php7.2') in /homepages/41/d487880956/htdocs/slotcarcorner/php2/reader.php on line 31&lt;/p&gt;
&lt;p&gt;I have no experience with code and I no longer have access to the guy who put this together for me. Can someone help me? Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Gingras</dc:creator><pubDate>Tue, 18 Sep 2018 21:33:22 -0000</pubDate><guid>https://sourceforge.net7a9305ac5793f565ae9de5f886d12362741be9fc</guid></item><item><title>php7 compatibility</title><link>https://sourceforge.net/p/phpexcelreader/bugs/77/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;some Minor Update have to be done to get this thing to php7:&lt;/p&gt;
&lt;p&gt;reader.php&lt;br/&gt;
L31:&lt;br/&gt;
old: require_once 'Spreadsheet/Excel/Reader/OLERead.php';&lt;br/&gt;
new: require_once 'oleread.inc';&lt;/p&gt;
&lt;p&gt;L259:&lt;br/&gt;
old: function Spreadsheet_Excel_Reader()&lt;br/&gt;
new: function __construct()&lt;/p&gt;
&lt;p&gt;L261:&lt;br/&gt;
old: $this-&amp;gt;_ole =&amp;amp; new OLERead();&lt;br/&gt;
new: $this-&amp;gt;_ole = new OLERead();&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gunther Engetsberger</dc:creator><pubDate>Fri, 29 Sep 2017 08:09:28 -0000</pubDate><guid>https://sourceforge.netb8c6b2d4a044fa92dfc3ad556e85c3da6eb3b6ba</guid></item><item><title>Custom Data Format Problem</title><link>https://sourceforge.net/p/phpexcelreader/bugs/76/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
I'm trying to read a custom date/time format:&lt;/p&gt;
&lt;p&gt;01/01/2012  00:15:00&lt;/p&gt;
&lt;p&gt;When I read it I get values like:&lt;/p&gt;
&lt;p&gt;40909.0104167&lt;/p&gt;
&lt;p&gt;It's a date/time value, how can I read it properly? &lt;br /&gt;
I even tried to set the setColumnFormat to "%s" in order to get a string instead of a float but I get the same thing.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TCB13</dc:creator><pubDate>Tue, 01 May 2012 21:06:17 -0000</pubDate><guid>https://sourceforge.netcbc9d3a6354df78315f427cbfacf10833c7ab799</guid></item><item><title>Infinite while loop</title><link>https://sourceforge.net/p/phpexcelreader/bugs/75/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With the current version:&lt;/p&gt;
&lt;p&gt;unzip phpExcelReader.zip &lt;br /&gt;
vi Excel/reader.php&lt;br /&gt;
# change require_once to 'Excel/oleread.inc';&lt;/p&gt;
&lt;p&gt;php example.php ----- infinite while loop&lt;br /&gt;
php example2.php ---- infinite while loop&lt;/p&gt;
&lt;p&gt;it appears to get stuck in __readData's while loop as $block always equals 0.....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 02 Apr 2012 14:29:32 -0000</pubDate><guid>https://sourceforge.net1782aa11ba8fcdcacf627ce1cc1edb8f1a73cea5</guid></item><item><title>numRows  displays as zero</title><link>https://sourceforge.net/p/phpexcelreader/bugs/74/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to get numrows its giving me zero.actual rows are 50000.&lt;br /&gt;
For other excel its working..........just uploaded sample file of 10 rows&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nagabhushan</dc:creator><pubDate>Thu, 29 Mar 2012 08:46:46 -0000</pubDate><guid>https://sourceforge.net4d9b7d501e317cca7e48b603f4563ea6c3e0c39b</guid></item><item><title>numRows  displays as zero</title><link>https://sourceforge.net/p/phpexcelreader/bugs/73/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to get numrows its giving me zero.actual rows are 50000.&lt;br /&gt;
For other excel its working..........just uploaded sample file of 10 rows&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nagabhushan</dc:creator><pubDate>Thu, 29 Mar 2012 07:44:03 -0000</pubDate><guid>https://sourceforge.net849bfd5148c4db73a13ea3c26108db369c13f76b</guid></item><item><title>blank page</title><link>https://sourceforge.net/p/phpexcelreader/bugs/72/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've a script that work fine, but when i upload files to webhosting, the script go to blank page. the problem? php.ini? i don't know&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 02 Sep 2011 22:09:12 -0000</pubDate><guid>https://sourceforge.net3afc6c5badb1c84063a9a7670cba7a34bf003b6c</guid></item><item><title>Problem in date format</title><link>https://sourceforge.net/p/phpexcelreader/bugs/71/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;I realise while coding that if we have m/d/yyyy (default format) in any date formated cell,&lt;br /&gt;
then it will show me wrong date for the date below 12 of any month any year...&lt;br /&gt;
i.e. for date 5/9/2010(m/d/yyyy) the script will parse as 10-05-2010(dd-mm-yyyy)...&lt;/p&gt;
&lt;p&gt;When i tracking the code i have seen that there is no deafult indexCode for date format m/d/yyyy...&lt;br /&gt;
(See : in file reader.php-&amp;gt;line no.209-&amp;gt;array $dateFormats)&lt;/p&gt;
&lt;p&gt;Can i have list of index code for default date format used by Excel???&lt;/p&gt;
&lt;p&gt;Or please give me the solution for that....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rasesh Ajwalia</dc:creator><pubDate>Sat, 20 Nov 2010 07:10:46 -0000</pubDate><guid>https://sourceforge.netb89f67c4242eb874a8fe8c828bd83c73cddf4208</guid></item><item><title>Wrong text is read from a cell</title><link>https://sourceforge.net/p/phpexcelreader/bugs/70/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We have noticed a very strange bug. Our customer sent us an order in Excel form and one of the cells is read incorrectly, more exactly first part of the text is truncated. The correct text is "'P2i1869378=154118693780020003=254=33 Санкт-Петербург=exist.ru" and what reader gets is "3 Санкт-Петербург=exist.ru".&lt;/p&gt;
&lt;p&gt;I don't want to upload the order here for public access, but I can send it to you if you contact me via email or somehow else.&lt;br /&gt;
My email is register at bazanov dothere net&lt;br /&gt;
s-k-y-p-e is megosuyaya&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel </dc:creator><pubDate>Sat, 21 Aug 2010 16:28:57 -0000</pubDate><guid>https://sourceforge.netd9df573248502789ff7ce2453987259fc48b4d56</guid></item><item><title>problem with encoding</title><link>https://sourceforge.net/p/phpexcelreader/bugs/69/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
if i've this text &lt;br /&gt;
"VERBATIM CD-R 52x Datalife škatlici"&lt;br /&gt;
PHP-ExcelReader read only "VERBATIM CD-R 52x Datalife "&lt;/p&gt;
&lt;p&gt;There are a problem with š,č, ž&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 18 Mar 2010 12:34:42 -0000</pubDate><guid>https://sourceforge.net32e0ef242c18e81f68853107f24c8a7cacecdba8</guid></item></channel></rss>