.ods import lacks Workbook.Sheets property #3162
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3162
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?
When I import an xlsx file, I get a
Workbook.Sheets
property that in particular tells me which sheets are hidden.When I import an ods file, I don't seem to get that information anywhere. The imported file looks like this:
Inside the ods file's
content.xml
, I do see the relevant information:Is it possible to determine which sheets are hidden for imported ods files?
Not at the moment. The "Sheet Visibility" page in the docs has a table listing the supported formats (click "File Format Support" to reveal the table):
We will add support for ODS and look into the other formats before the next release.