<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 14:28:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Martynas Jusevicius' Blog: Reading Excel files with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9257</guid>
      <link>http://www.phpdeveloper.org/news/9257</link>
      <description><![CDATA[<p>
<i>Martynas Jusevicius</i> has <a href="http://www.xml.lt/Blog/2007/12/14/Reading+Excel+files+with+PHP">pointed out</a> a handy tool to work with Microsoft Excel files in PHP - <a href="http://sourceforge.net/projects/phpexcelreader">PHPExcelReader</a>.
</p>
<blockquote>
There is a nice tool for reading Microsoft Excel files called <a href="http://sourceforge.net/projects/phpexcelreader">PHPExcelReader</a>. It works with .xls files up to Excel version 2003, which are based on the <a href="http://sc.openoffice.org/excelfileformat.pdf">BIFF format</a> (later versions use <a href="http://en.wikipedia.org/wiki/Office_Open_XML">OOXML</a>). It is written in native PHP and does not require any third-party libraries or the MS Office package.
</blockquote>
<p>
He includes an example of it in use - a loop that runs through the cells of a spreadsheet and outputs each of them (going across the row via an inner for loop as well).
</p>]]></description>
      <pubDate>Mon, 17 Dec 2007 13:46:00 -0600</pubDate>
    </item>
  </channel>
</rss>
