Wrong Cell Coordinates when reading .obs file which has merged columns. #3142
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#3142
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Consider the below (ods_failure.ods) file,
I have the columns A1:C1 merged and D1:E1 merged. Row data is present in Cells A1 and D1.
However, when i try reading this file, I get the data in Cells A1 and C1 also the !merges indicates the range A1:C1 and C1:D1. which is wrong
Tried uploading the file in https://oss.sheetjs.com/, i get data in columns A1 and C1 instead of A1 and D1