-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Overview
The selection of sheets does not work for Open Document files (ods). The first sheet is always used. However, it works for Excel files.
How to reproduce
frictionless describe --yaml --sheet TableB multi.odsresults in
name: multi
type: table
path: multi.ods
scheme: file
format: ods
mediatype: application/vnd.oasis.opendocument.spreadsheet
encoding: utf-8
dialect:
excel:
sheet: TableB
schema:
fields:
- name: a
type: integer
- name: b
type: integer
- name: c
type: integerHowever, the second sheet contains different information. This happens when you do the same with the Excel file:
frictionless describe --yaml --sheet TableB multi.xlsxresults in
name: multi
type: table
path: multi.xlsx
scheme: file
format: xlsx
mediatype: application/vnd.ms-excel
encoding: utf-8
dialect:
excel:
sheet: TableB
schema:
fields:
- name: x
type: integer
- name: y
type: integer
- name: z
type: integerVersion: 5.18.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels