PrizmDoc v13.3 - Updated
Customize Excel Document View Settings for PrizmDoc Server
Administrator Guide > System Configuration > Configure the PrizmDoc Server > Customize Excel Document View Settings for PrizmDoc Server

Customize Excel Document View Settings for PrizmDoc Server

PrizmDoc Server supports different view modes for rendering of Excel documents. To customize Excel view settings, edit the central configuration file.

Notes:

  1. The file paths for the Central Configuration file are:
    • Linux: /usr/share/prizm/prizm-services-config.yml
    • Windows: C:\Prizm\prizm-services-config.yml
  2. The default installation directory is: C:\Prizm.

Modify the following parameters to adjust Excel viewing settings:

Example

fileTypes.excel.margins.mode: remove
fileTypes.excel.renderGridlines: true
fileTypes.excel.renderOnlyPrintArea: false
fileTypes.excel.renderHeadersAndFooters: true
fileTypes.excel.renderHiddenContent: true

Important: The following configuration properties have been deprecated and will be removed in a future release. Alter these properties only if you are not using the central configuration file.

To customize Excel view settings using legacy configuration, edit the Watchdog configuration file located in the following default directories:

Modify the following parameters to adjust Excel viewing settings:

Example

"officeConversionService": {
    ...
    "excelRenderGridlines":true,
    "excelRenderOnlyPrintArea":false,
    "excelRenderHeadersAndFooters":true,
    "excelRenderHiddenContent":true
    ...
},