XML Excel Exporter
Current available for download at GitHub as part of CorpusPHP here the class is in no way dependant on any other part of Corpus.
The files generated will work with versions of Office 2003 and up. It is considered production safe, and is currently in use in a fair number of production sites.
Known bugs:
- Office 2007 barks about XLS file extensions despite refusing to open XML file extensions downloaded from the internet.
- DOMDocument incorrectly converts several non-printed/low range characters (eg: ).
Limitations:
- File Format is not supported by:
- Open Office
- Google Documents
- Microsoft Office Live
More Info Soon