https://issues.apache.org/bugzilla/show_bug.cgi?id=56424
Bug ID: 56424
Summary: Comments constructor doesn't set row and column of the
VML shape
Product: POI
Version: 3.10
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: SXSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31539
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31539&action=edit
An example of problematic file creation.
In version 3.9 of SXSSF, when creating comments with
createCellComment(ClientAnchor), the first point of the anchor was used to set
the properties <x:Row> and <x:Column> of the VML shape.
In version 3.10, if you don't explicitely call setColumn and setRow, theses
properties are left to zero and excel (v14.0.7116.5000) throw an error when
opening the spreadsheet.
Maybe it's an expected new behavior but in that case, the function
createCellComment(ClientAnchor) should be changed to reflect this behavior.
--
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]