win32com equivalent of xlrd's ncom
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-06-03T18:44:35Z
Indexed on
2010/06/03
19:14 UTC
Read the original article
Hit count: 325
xlrd makes it pretty easy to know what the last column is.
is there an easy way using win32com?
I have tried using ws.UsedRange.Rows.Count but this doesnt seem to give a correct answer.
© Stack Overflow or respective owner