Project DescriptionExcelExportLib is a simple data export library wich creates an .xml file. This file can be opened in Excel. Unlike .csv files this format contains formatting information. Main goal of project is to export data in excel format without running Excel.
Excel .xml format is very simple. Its description can be found
here. There is a lot of parameters and this project is in early development state so at now you can only add columns/rows/cells and some of column/cell styles.

Warning: updated sourcecode available thru project svn