frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

Ability to use xls/etc options via CLI #318

Closed aborruso closed 4 years ago

aborruso commented 4 years ago

Hi, first of all thank you for this tool. I would like to use xls options via cli, in example sheet or fill_merged_cells.

How to do it via command line?

Thank you


Please preserve this line to notify @roll (lead of this repository)

roll commented 4 years ago

Hi @aborruso,

it's not exposed yet to the CLI.

Would you like to PR cli.py?

aborruso commented 4 years ago

Hi @roll unfortunately I'm not able to do it :(

Without it, it is not possible to use it properly coupled with multi sheet files. You know this well, I know. But it seems to me important to emphasize it.

Thank you

roll commented 4 years ago

Hi @aborruso

No problem. Let me check if I can quickly jump on it today (should be a very simple update)

aborruso commented 4 years ago

WOW, thank you @roll