Lanzamientos de Document Solutions for Excel Java

Released: Nov 8, 2021

Actualizaciones en 4.2.5

Correcciones

  • It takes too much time on calling method 'GetUsedRange'.
  • It takes too much time on copying range with formulas.
  • Exception is thrown on calling IRange.FromJson.
  • The formula is not correct after cutting range to another position.
  • The exported Excel file is corrupted after copying a range from one workbook to another.
  • The number format is changed after setting cell's value.
  • Exception is thrown on calling 'ToJson' method in Mac environment.
  • Macros are not preserved when an xlsm file...

Released: Oct 18, 2021

Actualizaciones en 4.2.4

Correcciones

  • IGraphic.LockAspectRatio didn't take effect when adding picture or changing picture size.
  • An error would be thrown when loading the JSON file exported by GcExcel in SpreadJS designer.
  • Exception is thrown on opening excel file exported by YARG using GcExcel.
  • The exported JSON could not be validated.
  • InvalidFormulaException is thrown on opening an Excel file.
  • Exception is thrown on copying range.
  • Exception is thrown on loading JSON file exported by GcExcel.
  • Formula is lost after...

Released: Oct 4, 2021

Actualizaciones en 4.2.3

Características

  • Internal compatibility additions with GcExcel .NET.

Released: Sep 24, 2021

Actualizaciones en 4.2.2

Características

  • Added support for XlsmOpenOptions and XlsmSaveOptions.
  • Upgraded PDFBox version to 2.0.24.

Correcciones

  • Exception is thrown on copying a worksheet to another workbook.
  • The checkbox is lost in the exported PDF file.
  • The cell value is incorrect after using setValue method to set the cell value.
  • Print Area is different from the original JSON file in the exported JSON.
  • Exception is thrown on reading the JSON file.
  • The exported Excel file is corrupted after deleting rows using GcExcel...

Released: Sep 3, 2021

Actualizaciones en 4.2.1

Características

  • Added support for exporting charts to image/HTML.
  • Enhanced Range.AutoFit(bool considerMergedCell).
  • Added dynamic array and workbook URI links to formula parser.

Correcciones

  • ITickLabels.NumberFormat is not applied when saving a workbook to PDF/Image/HTML file.
  • When IAxis.MajorUnit is set, tick labels are duplicated in exported PDF/Image/HTML file.
  • When the chart series is added, orders of series and legends are incorrect in exported XLSX file.
  • Values of category axis are...

Released: Aug 16, 2021

Actualizaciones en 4.2

Características

  • Dynamic Array Formulas
    • GcExcel adds extensive support for adding dynamic array formulas to Microsoft Excel files through code. The new workbook.AllowDynamicArray will allow you to enable/disable the dynamic array formula in the worksheet. Once enabled, you can use these seven new functions and the dynamic array formula to give the results desired by your applications:
      • FILTER.
      • RANDARRAY.
      • SEQUENCE.
      • SINGLE.
      • SORT.
      • SORTBY.
      • UNIQUE.
    • Two new errors have also been added:
      • #Spill...

Released: Jul 29, 2021

Actualizaciones en 4.1.4

Correcciones

  • The exported PDF is different from SpreadJS designer.
  • Throws an exception on saving a PDF file.
  • Program stuck on using the 'copy' method of IRange.
  • 'CellInfo.GetRangeBoundary' method generates incorrect result.
  • Zoomfactor info is lost in the exported JSON.
  • The page footer in exported PDF is incorrect with the '&D' format.
  • The number format of PivotTable's data field is lost in the exported Excel file.
  • Throws an exception on using the 'IWorksheet.FromJson' method.
  • Treemap and...

Released: Jul 9, 2021

Actualizaciones en 4.1.3

Características

  • Reduces the size of exported json files.
  • Optimizes the performance of importing and exporting json files.

Correcciones

  • Throw NumberFormatException when opening the Microsoft Excel file.
  • Method 'toJson' fails while using Cube Formulas and OLAP Tools.
  • When the connector which is set as arrow head style is exported to JSON file, it is not displayed correctly on importing that JSON file in SpreadJS.
  • PivotTable's data field NumberFormat lost after exporting to Microsoft Excel file...

Released: Jun 16, 2021

Actualizaciones en 4.1.2

Correcciones

  • Performance Issue in reading formula from excel file using GcExcel API with compare to Spread.
  • Range Value not getting after loading file in GcExcel.
  • Performance issue in accessing the cell when using Slicer in the Excel sheet.
  • FormulaResult is not correct if the Evaluate returns null.
  • Saved Workbook corrupted after copying sheet with invalid cell format from existing workbook.
  • GcExcel for Java takes too long to import SSJSON.
  • ToJSON throw Index out of bound exception.
  • [I/O Lossless...

Released: May 20, 2021

Actualizaciones en 4.1.1

Correcciones

  • Shape Color changed after saving Excel file using GcExcel API.
  • Invalid formula error when opening particular Excel using GcExcel API.
  • Behaviors of pivot table changed after saving using GcExcel API.
  • INDEX function value in returning "Ref" when opening Excel using GcExcel API with DoNotRecalculateAfterOpened= false.
  • Collapsed grouping shows "-" sign when opening exported Excel from GcExcel, in SpreadJs.
  • Value is returning "Ref" for the output fields after calling Calculate method of...