PHPExcel is
providing a set of classes for the PHP programming language, which
allow you to write to Excel 2007 files and read from Excel 2007 files.
This project is built around the Microsoft OpenXML standard and PHP.

Really solid set of classes and I am sure any programmer has come across the need to import or export excel data at some point, without using the standard csv solution.

More