Bug 45043

Summary: [PATCH] Ability to extract Excel cell comments in ExcelExtractor
Product: POI Reporter: Yury Batrakov <batrakov>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: patch for cell comments extraction

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