Bug 45043 - [PATCH] Ability to extract Excel cell comments in ExcelExtractor
Summary: [PATCH] Ability to extract Excel cell comments in ExcelExtractor
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 03:55 UTC by Yury Batrakov
Modified: 2008-05-23 08:22 UTC (History)
0 users



Attachments
patch for cell comments extraction (1.61 KB, patch)
2008-05-20 03:55 UTC, Yury Batrakov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Batrakov 2008-05-20 03:55:37 UTC
Created attachment 21983 [details]
patch for cell comments extraction

Optional extraction of cell comments
Comment 1 Nick Burch 2008-05-23 08:22:52 UTC
Thanks for this, applied to trunk

I wrote a unit test for it, and discovered that some comments have new lines, which messes up the output. So, I also tweaked it to turn newlines in comments into spaces, so that the output is still one row per line