Document Solutions for Excel .NET のリリース

Released: Mar 8, 2021

4.0.4 での更新項目

不具合の修正

  • Generating SSJSON takes longer.
  • Insert Range shows Invalid Operation Exception in certain cases.
  • ArrayIndexOutOfBoundsException while opening the file.
  • File takes 17min to open unless shapes disabled.
  • Taking longer time to get value from a cell.
  • Getting cell value takes more time after copying to another sheet.
  • Setting formula fails with exception.
  • Copying range fails with exception.
  • Getting value from source after copying takes more than 5 minutes.
  • Excel with pivot table corrupted after...

Released: Jan 29, 2021

4.0.3 での更新項目

不具合の修正

  • Exception occurs when save as HTML if the background image's name is null.
  • The line spacing becomes too big in the saved PDF document.
  • When IRange.Font is gotten in multi-thread processing, System.InvalidOperationException will occur.
  • Chart plot area in the exported PDF is not the same as in Excel.
  • Some lines disappear in the exported HTML.
  • Opening workbook fails with "Invalid argument: Number" exception.
  • Double underline is not exported to PDF correctly.
  • Background image should not...

Released: Jan 7, 2021

4.0.2 での更新項目

不具合の修正

  • Image position is wrong after importing ssjson then export to PDF.
  • Pivot Table's border is lost in the exported PDF when there are banded rows/columns.
  • Exception occurs when opening certain Excel file.
  • Freezing range changed after saving existing excel via GcExcel API.
  • The image can not display when opening GcExcel exported HTML in QQ and outlook mailbox.
  • The image border is wrong in the exported HTML.
  • Null exception is thrown after calling calculate method.
  • It becomes slow if you update...

Released: Dec 11, 2020

4.0.1 での更新項目

不具合の修正

  • #REF! error occurs when copying formula between workbooks.
  • Broken XLSX file is generated after copying sheet between workbooks.
  • Hyperlinks are not exported to the PDF correctly.
  • Exception is thrown when saving to Excel with Pivot Table.
  • The col tag is not correct in the saved HTML.
  • After saving to HTML, the total value in Pivot Table shows a lot of #.
  • Exception is thrown during from JSON.
  • ConcurrentModificationException is thrown when saving to Excel file.
  • NullException is thrown when...

Released: Dec 10, 2020

4.0.0 での更新項目

機能

  • Added support for Microsoft .NET 5.0.
  • Added support for new PDF Form custom input types in Microsoft Excel Templates with advanced input and validation settings.
  • Added support for modifying, deleting and adding Pivot Charts in Excel documents.
  • Added support for iterative calculations in Excel documents.
  • Added support for adding barcodes while exporting to PDF, HTML or Image file formats.
  • Added support for cross-workbook formulas.
  • Added support for setting the default value for a template cell...

Released: Oct 30, 2020

3.2.4 での更新項目

不具合の修正

  • DataValidation does not work for added rows for Table.
  • PivotTable's row field is missing after PivotTable.AddDataField().
  • Exception occurs when exporting Pivot Table to PDF.
  • PivotTable.RowRange throws exception if there is no row fields.
  • Table Resize with one row table lost conditional format and data validation.
  • The printed area does not consider hidden rows and columns.
  • The calculated result of Lookup formula is different with Excel.
  • The IRange.Columns.AutoFit() result is wrong when...

Released: Aug 7, 2020

3.2.1 での更新項目

機能

  • Added additional functionalities to existing API to help you generate more secure Microsoft Excel reports with digital signatures, as well as converting them to other formats. The main highlights of this release are:
    • Export Excel spreadsheets and Excel ranges to HTML.
    • Digital signatures support in Excel spreadsheets.
    • Enhanced template support: create Excel reports with tables, sparklines, fixed layout, and PDF forms.
    • More pivot table enhancements.
    • Shape z-order support.
    • More features for...

Released: Jul 23, 2020

3.2.0 での更新項目

機能

  • Support for generating PDF Forms from Microsoft Excel templates.
  • Support for using sparklines and tables in Microsoft Excel templates.
  • Define fixed layout for Microsoft Excel reports and fill data in a specific range.
  • Support for exporting workbook/worksheet/ranges to HTML.
  • Support for Digital Signatures API: add and sign signature lines, add and sign non-visible signatures, verify signatures, etc.
  • Pivot Table enhancements: create multiple files from one pivot field, defer updating, sorting...

Released: Jun 19, 2020

3.1.5 での更新項目

不具合の修正

  • Column width is not correct when workbook is exported to JSON.
  • NullReference exception is thrown while adding row in Table.
  • Background color of some cells is incorrect when rows are deleted on a sheet with background color set in cells.
  • Text is not correctly separated on a specific line when loading tab-delimited text to workbook.
  • Culture property of the Workbook does not respect the value of the cell when opening the CSV file.
  • NumberFormat exception is thrown when importing SSJSON that...

Released: Jun 4, 2020

3.1.4 での更新項目

不具合の修正

  • Exception is thrown when loading Excel file which contains huge amount of inline strings.
  • The data labels are not plotted correctly when exporting Radar chart to PDF.
  • It will take a very long time to process template when there are thousands of data records.
  • Exception is thrown when exporting to PDF.
  • The calculated result of CountIfs function is wrong.