Document Solutions for Excel Java 릴리스

Released: Apr 29, 2024

7.1.1 버젼 업데이트

수정사항

  • Sheet scrolling buttons are not working when hiding sheet and exporting to Excel file.
  • The text direction is different from Excel in the exported PDF file.
  • The formula result is incorrect when reading the formula cell value and saving back to Excel.
  • The formula result is incorrect with Japanese full-width parameters.
  • Exception is thrown on saving an Excel after copying range with formula.
  • Exception is thrown on saving Excel to PDF file with Espanol culture.
  • Some cell values have an...

Released: Apr 17, 2024

7.1.0 버젼 업데이트

기능

  • Template Enhancements
    • Enhanced Template language with better performance - The DsExcel Templates have been refactored, emphasizing enhanced performance and stability. The recent improvements include:
      • Addressing the absence of a data source by treating it as null.
      • Enabling OverwriteFillFormat functionality to seamlessly operate in both Pagination and non-Pagination modes.
      • Enhancing template processing capabilities to include support for Picture and Shapes.
      • Enhanced Template performance when...

Released: Mar 22, 2024

7.0.5 버젼 업데이트

수정사항

  • Some content in the hyperlink is escaped after loading the SJS file.
  • The table range is not updated after data binding.
  • Exception is thrown on exporting PDF file when workbook contains specific cell button.
  • Exception is thrown on processing template.
  • Exception is thrown on loading Excel file.
  • Exception is thrown on loading SJS file when some table formula is empty.
  • Performance issue on accessing or setting named style.
  • Performance issue on getting or setting value when workbook contains...

Released: Feb 28, 2024

7.0.4 버젼 업데이트

수정사항

  • The checkstatus of the checkbox is incorrect in the exported PDF file.
  • The cell value is incorrect in the exported PDF file when value is an array.
  • Exception is thrown on exporting SJS file when data validation contains invalid formulas.
  • Exception is thrown on getting cell value when the cell refers to non-existing worksheet.
  • The formula changed after inserting a column when formula contains non-existing worksheet.
  • The image in page setup is lost in the exported SSJSON file.
  • Exception is...

Released: Feb 8, 2024

7.0.3 버젼 업데이트

수정사항

  • The captions of a Pivot Table item are reset after refreshing.
  • Exception is thrown on exporting workbook to PDF file.
  • Performance issue when copying cells to another workbook.
  • The border in the exported HTML file is inconsistent with the display in SpreadJS.
  • The processing time of the template has significantly increased after the upgrade.
  • Exception is thrown on trying to get the DataValidation Formula.
  • Integers have an extra decimal place in the exported file after template processing...

Released: Jan 19, 2024

7.0.2 버젼 업데이트

수정사항

  • The formula changes after inserting columns if the referenced worksheet does not exist.
  • After importing SJS and SSJSON files exported by DsExcel into the SpreadJS designer, the charts appear differently.
  • The cell value is incorrect after loading the SJS file exported by SpreadJS.
  • The exported Excel file is corrupted after loading the SSJSON file then exporting.
  • Exception is thrown on calling GetAccurateRangeBoundary method for particular Excel if the calc engine is turned off.
  • Exception is...

Released: Jan 4, 2024

7.0.1 버젼 업데이트

수정사항

  • It takes more than 5 minutes to export specific SSJSON file to PDF file.
  • Unexpected diagonal border is exported in the XLSX file.
  • The result of AGGREGATE formula is incorrect.
  • The font style of shape is incorrect in the exported PDF file.
  • The icon of conditional format in the exported HTML file is different from Excel and SpreadJS.
  • Some back color of cells change to black in the exported PDF file.
  • Exception is thrown on loading a specific XLSX file.
  • Exception is thrown on loading a specific...

Released: Dec 11, 2023

7.0.0 버젼 업데이트

기능

  • Async User-Defined Function Support - A user-defined function derived from the new AsyncCustomFunction class now supports asynchronous calculations. Additionally, the CalcError type introduces a 'Busy' enum, signifying that a cell is currently engaged in calculating an asynchronous formula. This enhancement in DsExcel empowers users to leverage asynchronous calculations within their custom functions, providing flexibility and efficiency in scenarios involving complex computations...

Released: Nov 21, 2023

6.2.5 버젼 업데이트

수정사항

  • The size of the QR code is not as expected.
  • After calling IWorksheet.copyAfter() method, an error occurs when opening the exported Excel file.
  • Performance issue when calling IRange.Copy() method many times.
  • The icon of conditional format in the exported PDF file is different from Excel and SpreadJS.
  • Exception is thrown on copying sheet across Excel files when sheet contains custom sheet views.
  • The selected area is a whole row, the used range would be changed in the exported SJS file.
  • The...

Released: Nov 3, 2023

6.2.4 버젼 업데이트

수정사항

  • Chart is not output correctly in PDF file when combo chart of scatter charts have no data.
  • Exception is thrown on Workbook.processTemplate() method.
  • The cell formatting is incorrect in the copied worksheet.
  • Exception is thrown on loading the particular SSJSON file contains ComboBox celltype.
  • Exception is thrown on calculating the function which refers to a non-exist worksheet.
  • Exception is thrown on saving workbook to the Excel file.
  • The exported XLSX file is corrupted when the hyperlink...