Here is a link to a code that uses apache 3.7.
How can i edit this code to get the comments in excel file?
|
Here is a link to a code that uses apache 3.7. How can i edit this code to get the comments in excel file?
| ||||
|
feedback
|
|
Comments are stored in a different stream (Document Part) to the sheet, so you'd need to navigate from the sheet to the comments (if present) and parse that The relation will be of type As the comments part is normally fairly small, you should be fine to just access it using normal UserModel code. If you get it working, send a patch to POI so it gets included in future! | |||
|
feedback
|