Spire.XLS 11.7.0

Spire.XLS 11.7.0 supports getting the shapes of .xls file

We’re pleased to announce the release of Spire.XLS 11.7.0. This version supports getting whether a cell is set to auto fit row height/ column width and getting the shapes of .xls file. Further more, the issues that occurred when converting Excel to PDF, loading and saving file are fixed successfully. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREXLS-3194 Supports getting whether a cell is set to auto fit row height/column width.
bool isRowAutofit = workbook.Worksheets[0].GetRowIsAutoFit(rowIndex);
bool isColAutofit = workbook.Worksheets[0].GetColumnIsAutoFit(columnIndex);
New feature SPIREXLS-3286 Supports getting the shapes of .xls file.
Workbook workbook = new Workbook();
workbook.LoadFromFile("Template.xls");
Worksheet sheet = workbook.Worksheets[0];
PrstGeomShapeCollection prstGeomShapes = sheet.PrstGeomShapes;
Bug SPIREXLS-3233
SPIREXLS-3291
Fixes the issue that the content was incorrect after converting Excel to PDF.
Bug SPIREXLS-3282 Fixes the issue that the Power Query was missing after loading and saving the file.
Bug SPIREXLS-3283 Fixes the issue that it didn't get the correct cell format.
Bug SPIREXLS-3295 Fixes the issue that the links were not rendered correctly after converting Excel to PDF.
Click the link to download Spire.XLS 11.7.0:
More information of Spire.XLS new release or hotfix: