Excel Tutorial
Excel is a very popular tabular data format that usually has xlsx
(newer) and xls
(older) file extensions. Frictionless supports Excel files extensively.
CLI
#
Reading DataYou can read this format using Package/Resource
, for example:
python
#
Writing DataThe same is actual for writing:
python
#
Configuring DataThere is a dialect to configure how Frictionless read and write files in this format. For example:
Python
References: