Document Solutions for Excel Java Releases

Released: Mar 7, 2019

Updates in 2.1.1

Features

  • Added IWorksheet.FixedPageBreaks to control whether to adjust page breaks after inserting/deleting rows or columns.
  • Improved the effect of wrapped text in PDFs.

Released: Jan 30, 2019

Updates in 2 Service Pack 1

Features

  • Add rich text to spreadsheet cells - You can set various font properties on the cell text through the API, and rich text is supported during Excel I/O, JSON I/O and PDF exporting. You can create rich text and then configure the font for a range of text characters; or add, enumerate, operate and configure all text runs of the rich text.
  • Load, save, and preserve Excel files containing macros (I/O .xslm) - The macros are not executed, but are preserved when any operation is performed on...

Released: Aug 23, 2018

Updates in 2.2.4

Fixes

  • IndexOutOfRange exception is thrown when the same XLSX file is opened with parallel threads.
  • Exception is thrown after loading ssjson and then save to PDF file.
  • Column width changed after loading ssjson.
  • Unable to fill shape with picture through API.
  • Exception is thrown after loading ssjson and then invoke SetColumnWidth.
  • Some text can not be rendered completely in the exported PDF file.
  • Unable to set a picture fill for shape.
  • Exception is thrown when saving a worksheet to PDF file two...