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

Fix of excel column width calculation (#1686) #1687

Closed speckyspooky closed 2 weeks ago

speckyspooky commented 2 weeks ago

The PageHandler has the ame calculation issue at the method "processCellImage". There is also the data type "short" used to calculate the image width but due to number circle overflow the calculated with becomes negative which cause uncorrectly scaled images. Therefore the data type "short" is removed.