whether xlrd1 can read the attribute of row in excel

Asked by Brian

Hi ,

Can xlrd1 get the attribute of row in excel, for example, check if the row is hided?

Best Regards,
Brian

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

According to the docs (xlrd.html in doc folder of package) the ColInfo and RowInfo classes have an attribute hidden.

Revision history for this message
Brian (brianiptszleung) said :
#2

“According to the docs (xlrd.html in doc folder of package) the ColInfo and RowInfo classes have an attribute hidden.”, however, I cannot found Colinfo class or RowInfo class in the package of xlrd1.

is there any other versions of xlrd1? And would you attach a demo for how to use it?

Revision history for this message
RaiMan (raimund-hocke) said :
#3

my information is based on this xlrd:
https://pypi.python.org/pypi/xlrd/0.9.2

which is the successor of what I know from the past as xlrd 0.7.x

This is what we are referencing to be used with Sikuli and it contains nice docs and examples in the package's folder xlrd.

How to use it you have to find your way on your own or with help from the net - I never used it ;-)

Can you help with this problem?

Provide an answer of your own, or ask Brian for more information if necessary.

To post a message you must log in.