https://bz.apache.org/bugzilla/show_bug.cgi?id=58818
Bug ID: 58818
Summary: Cell comment not readed(return null)
Product: POI
Version: 3.13-FINAL
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33418
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33418&action=edit
template for process
File created by MS Excel 2007.
I can't to read comment at A1.
System.out.println(wb.getSheetAt(0).getCellComment(0, 0)); => null
System.out.println(wb.getSheetAt(0).getRow(0).getCell(0).getCellComment());
=>null
Sometimes, after edit and resave the file - cell comment read correctly.
--
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]