eclipse-birt / birt

Eclipse BIRT™ The open source reporting and data visualization project.
http://www.eclipse.org/birt
Eclipse Public License 2.0
416 stars 385 forks source link

ExcelEmitter, user property "PrintScale" caused error if the value is not at range 10 till 400 #1649

Closed speckyspooky closed 1 month ago

speckyspooky commented 1 month ago

Based on the tests of the enhancement of #1643 I figured out that the excel-emitter will through an exception if the user property "ExcelEmitter.PrintScale" is used and the short value is not at range 10 - 400.

I will create a fix of it.

printscale

speckyspooky commented 1 month ago

The error is fixed with PR #1650