<?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 04:40:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: OpenXML in Healthcare in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8927</guid>
      <link>http://www.phpdeveloper.org/news/8927</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> points out a <a href="http://blog.maartenballiauw.be/post/2007/10/OpenXML-in-Healthcare-in-PHP.aspx">new blog post</a> he's made today showing how to take the methods described in <a href="http://msdn2.microsoft.com/en-us/library/bb879915.aspx">this article</a> on the MSDN and convert it to a more PHP way of thinking, parsing the OpenXML info of the patients.
</p>
<blockquote>
<p>
The scenario for the article is quite simple: Contoso provides a central medical records database. Whenever a physician has to register a new patient, he downloads a Word 2007 document from the Contoso server, fills it out, and uploads it back. Contoso then strips out the necessary data and saves it back in their systems.
</p>
<p>
This Word 2007 document is crafted around embedded custom XML data, which is displayed and edited using Word 2007. In short: to do the above exercise, you just need to strip out the custom XML and you're done.
</p>
</blockquote>
<p>
Don't worry, <i>Maarten</i> includes <a href="http://examples.maartenballiauw.be/2007HealthCareSamplePHP/2007HealthCareSamplePHP.zip">his code</a> and a <a href="http://examples.maartenballiauw.be/2007HealthCareSamplePHP/index.php">demo</a> to show the functionality in action. Check out <a href="http://msdn2.microsoft.com/en-us/library/bb879915.aspx">the original article</a> for more information as well.
</p>]]></description>
      <pubDate>Mon, 29 Oct 2007 15:29:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: Office 2007 SpreadsheetML classes in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6903</guid>
      <link>http://www.phpdeveloper.org/news/6903</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today, there's <a href="http://devzone.zend.com/node/view/id/1368">a new post</a> from <i>Maarten Balliauw</i> about a set of PHP classes he's created to work with Office 2007 SpreadsheetML documents (yay! another format!).
</p>
<blockquote>
I finished my first goals (some basic XLSX writing), and I want to share this set of classes to the community. [...] Each cell supports the following data formats: string, number, formula, boolean. Visual formatting is not implemented, but I'll get to that later.
</blockquote>
<p>
Features supported currently include the creation of the Spreadsheet object, adding worksheets, adding cells, and exporting the object to the Excel 2007 OpenXML format.
</p>
<p>
You can check out the project and the latest version <a href="http://www.balliauw.be/maarten/blog/24,office-2007-spreadsheetml-classes-in-php.htm">over on his blog</a>.
</p>]]></description>
      <pubDate>Fri, 15 Dec 2006 07:16:57 -0600</pubDate>
    </item>
  </channel>
</rss>
