Forum Discussion

Vicky_17's avatar
Vicky_17
New Contributor
3 years ago

How to read a range of excel cells as List or List of List Python using Excel OLE Objects?

I am migrating the existing vba code to py. so we are using the ole object to read excel like below.   can someone help to read range of cells, the documentation points to read only a single value ...