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.