PrizmDoc Cells(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
PrizmDoc Cells v9.12025年6月18日
機能
  • 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.
修正
  • Fixed an issue where cell data would not load on a sheet whose name contains URL unsafe characters.
PrizmDoc Cells v9.0メジャーバージョン2025年5月31日
機能
  • 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.22025年4月4日
機能
  • 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.12025年3月4日
修正
  • 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.0メジャーバージョン2025年2月25日
機能
  • 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.
修正
  • Fixed an issue where unary plus and minus operators were not recalculating correctly when operating on cell references.