V
V
Vitaly2015-07-30 15:54:36
Python
Vitaly, 2015-07-30 15:54:36

How to get a named table from an Excel document in Python?

An Excel document stores data on different sheets - named tables. Each worksheet can have multiple named tables.
Task: Get the entire table in Python from the document by the name of the sheet and the name of the named table.
How can this be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
slepowl, 2015-07-31
@slepowl

You need the xlrd library . There is an example here. And here is the documentation.
The library is simple, I figured it out in two hours.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question