Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel Conversion of SpreadsheetML to Open XML (XLSX)

Tags:

Simple question. Does anyone know an easy way to convert SpreadsheetML (Excel 2003 XML) to the Open Document XML used for Excel 2007 (xlsx) files?

I've got a library that unfortunately doesn't read the XML format, so I need to try and find a way to read the data, that doesn't involve another library.

Any suggestions appreciated.

like image 602
Ian Avatar asked Aug 25 '09 16:08

Ian


1 Answers

If you've got deep pockets Aspose.Cells can read/write both formats and should provide for really easy conversion without automation.

http://www.aspose.com/categories/.net-components/aspose.cells-for-.net/default.aspx

Aspose.Cells for .NET

Aspose.Cells for .NET is an award-winning Spreadsheet component that allows .NET developers to embed the ability to read, write and manipulate Excel spreadsheets into their own applications without needing to rely on Microsoft Excel.

Aspose.Cells for .NET is a mature, scalable and feature rich component that offers many functions that are way beyond the simple data exporting capabilities of other vendors. With Aspose.Cells for .NET developers can export data, format spreadsheets to the most granular level, import images, import charts, create charts, apply and calculate complex formulas, stream Excel data, save in various formats and much more - all this without the need to use Microsoft Excel or Microsoft Office Automation.

Pricing starts at $899 per developer for enterprise (internal) development and goes up from there very steeply.

like image 69
Samuel Neff Avatar answered Oct 04 '22 20:10

Samuel Neff