PrizmDoc Cells Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
PrizmDoc Cells v9.118 jun 2025
Funciones
  • 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.
Correcciones
  • Fixed an issue where cell data would not load on a sheet whose name contains URL unsafe characters.
PrizmDoc Cells v9.0Versión principal31 may 2025
Funciones
  • 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 abr 2025
Funciones
  • 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 mar 2025
Correcciones
  • 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.0Versión principal25 feb 2025
Funciones
  • 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.
Correcciones
  • Fixed an issue where unary plus and minus operators were not recalculating correctly when operating on cell references.