excelSheetScalingFactor
Contents of excel sheet appear blurry when loaded in Viewer.
The issue occurs when:
- A single excel sheet have large contents that are spread across multiple print pages.
- Merged cells have large contents that are horizontally spread to adjacent print pages.
- The excel sheet has a custom scaling factor.
As part of the resolution, a new server parameter excelSheetScalingFactor is introduced that will allow user to control the scaling factor of the excel sheet to view the contents properly.Users can set any value between 10 to 400. Recommended value is 100.
Note: This parameter is no longer supported from version 5.0.15.
Sample syntax
excelSheetScalingFactor=100
Note:The above parameter value will be ignored when the server parameter oneExcelSheetPerPage is set to true.