Transforming XML into MS Excel XML

MS Excel understands XML? If you need to export xml to a Microsoft Excel friendly format, you could stress over the HSSF (Horrible Spread Sheet Format, for the uninitiated) format with apache’s POI framework or you could transform your xml into an format Excel understands. This approach will allow you to decorate your cells with [...]

Posted on February 9, 2010 at 12:09 am by Ant · Permalink · Leave a comment
In: xml · Tagged with: , , ,