https://issues.apache.org/bugzilla/show_bug.cgi?id=51160
--- Comment #8 from Yegor Kozlov <[email protected]> 2011-05-17 11:11:15 UTC --- It is a bug in XSSFPicture on line 250: instead of double ch = getRowHeightInPixels(row2 + 1); it should be double ch = getRowHeightInPixels(row2); The fix is coming soon. Yegor (In reply to comment #6) > Created attachment 27007 [details] > Test case for differences in image output for the formats HSSF, XSSF and SXSSF > > Running the program will produce three files. The issues are: > - In the XSSFOuput.xlsx the image is not visible > - In both XSSF and SXSSF the first row appears larger than in HSSF (supposed > to > be 2 inch high) > - In SXSSF the image appears vertically stretched for the reasons I describe > earlier. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
