![]() |
How to count total number of sheets in an excel workbook using polars - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: How to count total number of sheets in an excel workbook using polars (/thread-41003.html) |
How to count total number of sheets in an excel workbook using polars - sayyedkamran - Oct-27-2023 I am reading different excel file in python using polars. How can I count the number of sheets in an excel file? |