Document Solutions for Excel, .NET Edition Releases

Released: Apr 17, 2024

Updates in 7.1.0

Funktionen

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

Released: Mar 22, 2024

Updates in 7.0.5

Fehlerkorrekturen

  • Some content in the hyperlink is escaped after loading the SJS file.
  • The legend of chart in the exported PDF file is incorrect.
  • 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 exporting PDF file in France (Belgium) culture.
  • Exception is thrown on loading SJS file when some table...

Released: Feb 28, 2024

Updates in 7.0.4

Fehlerkorrekturen

  • The checkstatus of the checkbox is incorrect in the exported PDF file.
  • 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.
  • Exception is thrown on opening a particular Excel file.
  • The shape is not copied using IRange.Copy() method.
  • Merge area changed in the...

Released: Feb 8, 2024

Updates in 7.0.3

Fehlerkorrekturen

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

Released: Jan 19, 2024

Updates in 7.0.2

Fehlerkorrekturen

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

Released: Jan 4, 2024

Updates in 7.0.1

Fehlerkorrekturen

  • It takes more than 5 minutes to export specific SSJSON file to PDF.
  • 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...

Released: Dec 11, 2023

Updates in 7.0.0

Funktionen

  • 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

Updates in 6.2.5

Fehlerkorrekturen

  • 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 picture cannot be fully displayed...

Released: Nov 3, 2023

Updates in 6.2.4

Fehlerkorrekturen

  • 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 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 contains quote.
  • Inconsistent results when processing template with multiple...

Released: Oct 13, 2023

Updates in 6.2.3

Fehlerkorrekturen

  • There are unexpected lines in the exported Excel file after processing Template file.
  • DataValidation Error Alert doesn't preserves after saving the Workbook.
  • InvalidOperationException is thrown on specifying multiple ranges for a chart data source.
  • The calculated result is inconsistent between the exported PDF and Excel files.
  • The EAN-13 barcodes which values start with 0 are not output correctly.
  • Threaded comments are not visible in Finnish locale.
  • Size of Chart Y Axis is...