Document Solutions for Excel, .NET Edition 新版本發表

Released: Jun 12, 2019

2 Service Pack 2 中的更新

特性

  • Export spreadsheets with shapes to PDF: Insert arrows, lines, pictures, general shapes, and MS Excel in-built shapes.
  • Control pagination and spreadsheet content export to PDF: Control printing specific Excel portions to PDF documents:
    • Render Excel ranges Inside a PDF
    • Print specific pages of Excel to PDF
    • Group customized data range while exporting to PDF
    • Print multiple worksheets to one page in PDF
    • Manage headers on different pages
  • Export different Excel workbooks into one PDF: Export or save...

Released: Apr 19, 2019

2.1.4 中的更新

特性

  • Significantly improved the performance of exporting a single worksheet to PDF.
  • FromJson method was improved when Json contained table style and multiple named styles.
  • GcExcel now sets minimum value of Zoom factor to 10% when exporting spreadsheet to PDF, similar to MS Excel.

Released: Mar 7, 2019

2.1.1 中的更新

特性

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

Released: Jan 30, 2019

2 Service Pack 1 中的更新

特性

  • 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 the...

Released: Jun 7, 2018

1.5.0.3 中的更新

特性

  • Documents for Excel performance improvements - GcExcel is now faster than ever, with several major performance enhancements. GcExcel’s enhanced performance includes:
    • Getting/setting value for a single cell
    • Setting an array of double/int/float values to a range, for example, Range.Value = new double[,]{ {1d, 2d}, {3d, 4d}}
    • Getting/setting style for single cell
  • New APIs
    • CellInfo class - While working with a range of cells, several customers have expressed the need to convert columns/rows index...