Hi,
I am currently using evaluation version of Aspose.Total (last version). Trying to execute next part of code
Xdoc = new Aspose.Cells.Workbook();
Xdoc.Open(Filename);
MemoryStream xmlDoc = new MemoryStream();
Xdoc.Save(xmlDoc, Aspose.Cells.FileFormatType.AsposePdf);
I receive the error "Input sequence has wrong format". I am sorry for possible not exact translation, but I receive the error in german.
This code used to work perfectly with all possible xls files but one. Could you please take a glance at this file in attach and let me know what is wrong with it?