<?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>Fri, 24 May 2013 00:51:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: PHP Excel Extension]]></title>
      <guid>http://www.phpdeveloper.org/news/14889</guid>
      <link>http://www.phpdeveloper.org/news/14889</link>
      <description><![CDATA[<p>
In a new post to his blog today <i>Ilia Alshanetsky</i> talks about <a href="http://ilia.ws/archives/222-PHP-Excel-Extension.html">a PHP Excel extension</a> to help with some output generation problems he was seeing (based on the <a href="http://www.libxl.com/">LibXL</a> libraries).
</p>
<blockquote>
As we are doing more & more Excel output generation, this became a bigger and bigger problem. At first we've tried solving the problem via a newer PHP based Excel library, PHPExcel. Unfortunately, it is massive beast, that is not only slower than the old Spreadsheet Excel Writer/Reader, but memory hog too. [...] So, I turned to Google and found <a href="http://www.libxl.com/">LibXL</a>, which is a small, C++ (with C, C++ interfaces) library that promised really fast Excel reading & writing. 
</blockquote>
<p>
<a href="http://github.com/iliaal/php_excel">His extension</a> gives you an object-oriented interface to the library that can generate Excel files with a lot less resources than some of the other PHP Excel extensions out there. He includes a sample benchmarking script he used to generate these stats.
</p>]]></description>
      <pubDate>Mon, 02 Aug 2010 13:12:02 -0500</pubDate>
    </item>
  </channel>
</rss>
