ODS: Cells with 'number-columns-repeated' are not duplicated #383

Closed
opened 2016-03-28 15:48:26 +00:00 by mdamt · 0 comments
mdamt commented 2016-03-28 15:48:26 +00:00 (Migrated from github.com)

As the subject says, the cells are not duplicated.

When printed as CSV:

a,v,c,d,e,,
1.01,aa,NULL,1,1
1.01,aa,NULL,2 <--- WRONG

it should be

a,v,c,d,e,,
1.01,aa,NULL,1,1
1.01,aa,NULL,NULL, 2 <--- the NULL is duplicated

Test file is available here: https://cloudup.com/cKV3Jpvfh34

As the subject says, the cells are not duplicated. When printed as CSV: ``` a,v,c,d,e,, 1.01,aa,NULL,1,1 1.01,aa,NULL,2 <--- WRONG ``` it should be ``` a,v,c,d,e,, 1.01,aa,NULL,1,1 1.01,aa,NULL,NULL, 2 <--- the NULL is duplicated ``` Test file is available here: https://cloudup.com/cKV3Jpvfh34
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#383
No description provided.