Hi there, we are evaluating Aspose.Cells at the moment, but have come across a confusing issue.
The online documentation states that the default File Format is Excel 2000. However, in the FileFormatType enum, Default and Excel2003 have the same numerical value of 5, while Excel2000 has a numerical value of 3.
So which is the default value, Excel 2000 or Excel 2003? If I save a workbook like this
workbook.Save (stream, FileformatType.Excel2003)
will it be saved as Excel 2000 (the default, as documented), or Excel 2003 (the apparent default)?
Thanks
Paul
Hi Paul,
In previous version, the default format is Excel2000 and now we change it to Excel2003. We will update the online docs soon. Thank you very much.