https://issues.apache.org/bugzilla/show_bug.cgi?id=51399
Bug #: 51399
Summary: Parser drops a column
Product: POI
Version: unspecified
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
I've got a xls file containing a single simple table.
Loading this file using HSSFWorkbook results in a mismatch between column
headers and columns of the first data row.
Exporting the table as csv shows the same number of columns for header and
data.
A dump from the loaded data follows. It looks like the COLORFAMILY data column
(empty) is dropped.
Different number of columns at row 0; expected: 24, got: 23
=== XLS ROW DUMP ===
0: 'PRODUCT' -> '23302'
1: 'PRODUCT TITLE' -> 'rose fairy tutu'
2: 'COLOR/SIZE' -> ''
3: 'COLOR' -> ' '
4: 'SIZE' -> ' '
5: 'COLORFAMILY' -> 'COSTUME'
6: 'OCCASION' -> 'COSTUME'
7: 'CATEGORY' -> '49'
8: 'RETAIL' -> '0'
9: 'SALE' -> '0'
10: 'SALEPRICE' -> '0'
11: 'PERSONALIZED' -> 'Z:\Webpic\23302_p_vfall.jpg'
12: 'REGULAR_PIC' -> 'Z:\Webpic\23302_t_vfall.jpg'
13: 'THUMB_PIC' -> ''
14: 'LARGE_PIC' -> ''
15: 'ALT2_PIC' -> ''
16: 'ALT3_PIC' -> ''
17: 'ALT4_PIC' -> ''
18: 'ALT5_PIC' -> ''
19: 'ALT6_PIC' -> ''
20: 'ALT7_PIC' -> ''
21: 'ALT8_PIC' -> 'Every girl needs a fabulous tutu to inspire dreams and start
fashion trends. Fabric roses and satin ties adorn the elastic waist, and for a
magic touch, flower petals are sprinkled inside the tulle folds. She needs the
wings and things, too. Nylon tulle. Hand wash. Made in USA.'
22: 'PROD_DESC' -> 'pamela company, tutu, girls tutu, dress up, dress up
costume, wand, wings, garland, wreath, fairy, fairie, valentine, made in USA,
23112
'
23: 'KEYWORDS' -> 'null'
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]