Spire.XLS

Spire.XLS 9.3.10 supports setting the inner margins of the textbox

We are pleased to announce that Spire.XLS 9.3.10 is released. This version adds a new feature to support setting the inner margins of the textbox and also fixes some bugs that occurred when saving the excel file to other excel versions. See the content below for more details.

New Features:

  • Supports setting the inner margins of the textbox
  • TextBoxShapeBase texbox = workbook.Worksheets[0].TextBoxes[0] as TextBoxShapeBase;
    texbox.InnerLeftMargin = 1;
    texbox.InnerRightMargin = 3;
    texbox.InnerTopMargin = 1;
    texbox.InnerBottomMargin = 3; 
    

Bug Fixes:

  • Fixes the issue that the rotation of the shape didn't work when saving to ExcelVersion.Version97to2003.
  • Fixes the issue that an error dialog popped up when opening a document after copying the formulas and saving it to an .xlsx file.
  • Fixes the issue that image transparency was lost after saving as an .xls document.

Click the link to download Spire.XLS 9.3.10:
More information of Spire.XLS new release or hotfix: