pyoo
pyoo copied to clipboard
pyoo method for obtaining cell address
Apologies if I have this wrong, but it seems that cells can only be referenced by index (eg, 0, 0, not A1). It should be possible to use the native cell references in Python code without having to do arithmetic gymnastics to compute the cell indices. Is there a way to do the inverse of SheetAddress
?
Ping?