Fix repeated columns handling in ODS. #179
No reviewers
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#179
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. Please review the changes I believe fix issue #177
Sorry for not including some unit tests.
Coverage remained the same at 97.64% when pulling
f09ce14636
on ziacik:master into61b17e6d9d
on SheetJS:master.@ziacik The cell object
q
needs to be cloned. Try reading the file and changing one of the repeat values -- you will see that the other cells also change value (the file does not say that the cells are linked, only that they happen to share the same value)Hi. Added simple cloning of the cell object.
Coverage remained the same at 97.64% when pulling
52a8f7e362
on ziacik:master into61b17e6d9d
on SheetJS:master.Coverage remained the same at 97.64% when pulling
52a8f7e362
on ziacik:master into61b17e6d9d
on SheetJS:master.I have confirmed that this patch works for my tests
Pull request closed