Bug 52590 - DataFormatter emulateCSV
Summary: DataFormatter emulateCSV
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.8-dev
Hardware: Macintosh Mac OS X 10.5
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 22:04 UTC by bscartine
Modified: 2012-02-09 14:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bscartine 2012-02-02 22:04:35 UTC
I created a new DataFormatter with the 'emulateCSV' option.

However the method 'formatCellValue(cell)' is still removing leading spaces from cells with string values.  I need to be able to preserve spacing, the same as if I were to save as CSV from Excel.

Please advise.