How do you read a cell's value from an OpenOffice Calc .ods file with python?
Posted
by user329257
on Stack Overflow
See other posts from Stack Overflow
or by user329257
Published on 2010-04-29T21:03:46Z
Indexed on
2010/04/29
21:07 UTC
Read the original article
Hit count: 250
I have been able to read an excel cell value with xlrd using column and row numbers as inputs. Now I need to access the same cell values in some spreadsheets that were saved in .ods format.
So for example, how would I read the value stored in cell E10 from a .ods file from python?
© Stack Overflow or respective owner