Convert XLSX to XML

Hi, I’m using GemBox.Spreadheet to write and read xlsx and I’d like to convert them to xml afterwards, is there a way to do this with GemBox? Thanks in advance

Hi! If you are referring to XML Spreadsheet 2003 format then no. GemBox.Spreadsheet only supports reading of XML format.

If you’re referring to exporting data as XML, then note that you could convert the worksheet to DataTable and then use DataTable.WriteXml method.