News Category

Spire.XLS 11.9.3 supports converting Excel to UOS/OFD

2021-09-16 05:47:00

We are happy to announce the release of Spire.XLS 11.9.3. This version supports converting Excel to UOS/OFD. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature - Supports converting Excel to UOS.
Workbook workbook = new Workbook();
workbook.LoadFromFile(xlsxFile);
workbook.SaveToFile(uosFile, FileFormat.UOS);
New feature - Supports converting Excel to OFD
Workbook workbook = new Workbook();
workbook.LoadFromFile(xlsxFile);
workbook.SaveToFile(ofdFile, FileFormat.OFD);
Click the link to download Spire.XLS 11.9.3:
More information of Spire.XLS new release or hotfix: