PrizmDoc Cells Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
PrizmDoc Cells v9.118. Juni 2025
Funktionen
  • Added support for 'inlineStr' data in cells.
  • Made the product more resilient to missing style, theme and font data in uploaded workbooks.
  • Added repair steps to workbook upload to automatically address malformed archive issues and invalid rels paths.
  • Ensured complete data cleanup when a workbook is deleted.
Korrekturen
  • Fixed an issue where cell data would not load on a sheet whose name contains URL unsafe characters.
PrizmDoc Cells v9.0Hauptversion31. Mai 2025
Funktionen
  • Added support for MySQL 8.
  • Improved the performance of uploading large documents.
  • Improved the performance of navigation and scrolling.
  • Improved the performance of redacting documents.
  • Improved the performance of searching documents.
  • Updated the container and package dependencies to address known vulnerabilities.
  • Redirected product logging to the Docker output to be more easily consumed.
  • Breaking Change: Edit capabilities have been disabled to facilitate performance enhancements.
    • The following parameters have been removed from the createSession API endpoint:
      • cellContent.canEdit.
      • cellContent.formulas.canEdit.
      • notes.canDelete.
      • notes.canEdit.
      • sheetLayout.canEdit.
PrizmDoc Cells v8.24. Apr. 2025
Funktionen
  • Improved the performance of scrolling operations in the user interface
  • Updated the logic around chart and drawing retrieval in the client to reduce overall polling frequency while waiting for results and stop requests once the processing is completed.
PrizmDoc Cells v8.14. März 2025
Korrekturen
  • Fixed an issue where column or row selections would contain additional cells when the first cell in the range was merged.
  • Fixed an issue where vertically merged cells would sometimes result in the misalignment of cell contents later in the row.
PrizmDoc Cells v8.0Hauptversion25. Feb. 2025
Funktionen
  • Added the ability for entire rows or columns, as well as the entire sheet, to be selected in the user interface by clicking on the column and row headings.
  • Breaking Change: The defaults for session creation have changed:
    • View mode is now the default mode. This mode is intended for use with PrizmDoc Server but is useful in other applications as well. Viewing mode disables editing of the workbook name and cell contents as well as disables formula calculation.
    • Edit mode was the default mode in prior releases. This mode can be enabled by setting the following properties in the Create Session API.
Korrekturen
  • Fixed an issue where unary plus and minus operators were not recalculating correctly when operating on cell references.