<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phpexcelreader/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpexcelreader/bugs/</id><updated>2018-09-18T21:33:22.191000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#77 php7 compatibility</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/77/?limit=25#5618" rel="alternate"/><published>2018-09-18T21:33:22.191000Z</published><updated>2018-09-18T21:33:22.191000Z</updated><author><name>Christian Gingras</name><uri>https://sourceforge.net/u/cgingras/</uri></author><id>https://sourceforge.net7a9305ac5793f565ae9de5f886d12362741be9fc</id><summary type="html">&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;</summary></entry><entry><title>php7 compatibility</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/77/" rel="alternate"/><published>2017-09-29T08:09:28.248000Z</published><updated>2017-09-29T08:09:28.248000Z</updated><author><name>Gunther Engetsberger</name><uri>https://sourceforge.net/u/djgu/</uri></author><id>https://sourceforge.netb8c6b2d4a044fa92dfc3ad556e85c3da6eb3b6ba</id><summary type="html">&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;</summary></entry><entry><title>Custom Data Format Problem</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/76/" rel="alternate"/><published>2012-05-01T21:06:17Z</published><updated>2012-05-01T21:06:17Z</updated><author><name>TCB13</name><uri>https://sourceforge.net/u/tcb13/</uri></author><id>https://sourceforge.netcbc9d3a6354df78315f427cbfacf10833c7ab799</id><summary type="html">&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;</summary></entry><entry><title>Infinite while loop</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/75/" rel="alternate"/><published>2012-04-02T14:29:32Z</published><updated>2012-04-02T14:29:32Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1782aa11ba8fcdcacf627ce1cc1edb8f1a73cea5</id><summary type="html">&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;</summary></entry><entry><title>numRows  displays as zero</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/74/" rel="alternate"/><published>2012-03-29T08:46:46Z</published><updated>2012-03-29T08:46:46Z</updated><author><name>Nagabhushan</name><uri>https://sourceforge.net/u/nagabhushan16/</uri></author><id>https://sourceforge.net4d9b7d501e317cca7e48b603f4563ea6c3e0c39b</id><summary type="html">&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;</summary></entry><entry><title>numRows  displays as zero</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/73/" rel="alternate"/><published>2012-03-29T07:44:03Z</published><updated>2012-03-29T07:44:03Z</updated><author><name>Nagabhushan</name><uri>https://sourceforge.net/u/nagabhushan16/</uri></author><id>https://sourceforge.net849bfd5148c4db73a13ea3c26108db369c13f76b</id><summary type="html">&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;</summary></entry><entry><title>blank page</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/72/" rel="alternate"/><published>2011-09-02T22:09:12Z</published><updated>2011-09-02T22:09:12Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3afc6c5badb1c84063a9a7670cba7a34bf003b6c</id><summary type="html">&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;</summary></entry><entry><title>Problem in date format</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/71/" rel="alternate"/><published>2010-11-20T07:10:46Z</published><updated>2010-11-20T07:10:46Z</updated><author><name>Rasesh Ajwalia</name><uri>https://sourceforge.net/u/rasesh/</uri></author><id>https://sourceforge.netb89f67c4242eb874a8fe8c828bd83c73cddf4208</id><summary type="html">&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;</summary></entry><entry><title>Wrong text is read from a cell</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/70/" rel="alternate"/><published>2010-08-21T16:28:57Z</published><updated>2010-08-21T16:28:57Z</updated><author><name>Pavel </name><uri>https://sourceforge.net/u/thenightcoder/</uri></author><id>https://sourceforge.netd9df573248502789ff7ce2453987259fc48b4d56</id><summary type="html">&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;</summary></entry><entry><title>problem with encoding</title><link href="https://sourceforge.net/p/phpexcelreader/bugs/69/" rel="alternate"/><published>2010-03-18T12:34:42Z</published><updated>2010-03-18T12:34:42Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net32e0ef242c18e81f68853107f24c8a7cacecdba8</id><summary type="html">&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;</summary></entry></feed>