frictionlessdata / tabulator-py

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

Get sheet in Excel/OpenOffice by name #195

Closed mcarans closed 7 years ago

mcarans commented 7 years ago

Is there a way to get a sheet by name rather than number?

roll commented 7 years ago

@mcarans Hi. Not in current tabulator version. But I suppose it's possible to implement.

mcarans commented 7 years ago

This is important because getting sheets by number is brittle if there are lots of sheets because you cannot be sure that the number will be fixed (eg. doc owner could copy sheet data to another sheet and rename sheets accordingly)