The revenge of the unicode

Extension
Release Date
Release Version
1.2
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="eu.tttp.exportexcel" type="module">
<file>exportexcel</file>
<downloadUrl>http://github.com/TechToThePeople/eu.tttp.excel/archive/master.zip</downloadUrl>
<name>Export to Excel</name>
<description>Excel isn't very good at importing csv files. If you have screamed at your computer with weird characters, long lines of gibberish and hair pulling, this extension is for you.
Technically, it isn't excel but an html table with a header that pretends to be excel. Close enough to trick excel to behave like it doesn't hate you too much.
</description>
<urls><url desc="Main Extension Page">http://github.com/TechToThePeople/eu.tttp.excel</url><url desc="Documentation">http://github.com/TechToThePeople/eu.tttp.excel</url><url desc="Support">http://forum.civicrm.org</url><url desc="Licensing">http://civicrm.org/licensing</url></urls>

<license>aGPL v3</license>
<maintainer>
<author>xavier dutoit</author>
<email>civicrm@tttp.eu</email>
</maintainer>
<releaseDate>2012-01-08</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
</compatibility>
<comments>Enable the extension and export, that's it</comments>
<civix>
<namespace>CRM/Exportexcel</namespace>
</civix>
</extension>