hi,
we have an XML file with some data as input, and an XSLT file for formating this xml.
now we want to save this as an excel file.
does Aspose provide such functionality?
Regards,
Raghavendra.
Hi Raghavendra,
Well, I am afraid, Aspose.Cells does not support to manipulate pure xml/xslt files rather it supports XML(SpreadsheetML) file format (being spreadsheet manipulating component) and also other native Excel formats (that MS Excel supports) e.g txt, csv, html, xls/xlsx etc.
See the supported file format types in the following documents:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/opening-files.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/saving-files.html
Thank you.