Re: [BangPypers] xlrd

2014-08-24 Thread sayantan bhattacharya
Hi Jayanth, Can you provide me the excel file or a similar file with corresponding arbit data? I have worked with xlrd and xlwt before and have not faced any issue like this - though the files I have been using are not password protected. -- Sayantan On Aug 21, 2014 8:32 PM, Jayanth Koushik

Re: [BangPypers] xlrd

2014-08-24 Thread Jayanth Koushik
Sorry, I don't use excel. Jayanth On Sun, Aug 24, 2014 at 4:51 PM, sayantan bhattacharya skb655...@gmail.com wrote: Hi Jayanth, Can you provide me the excel file or a similar file with corresponding arbit data? I have worked with xlrd and xlwt before and have not faced any issue like this

[BangPypers] xlrd

2014-08-21 Thread Shashidhar Paragonda
Hello all, I am using xlrd library to read .xls files, wb = xlrd.open_workbook(workbook_name.xls) when I execute I get error : Traceback (most recent call last): File rater_document_parser.py, line 72, in module wb = xlrd.open_workbook(row.SERVER_MOUNT_PATH) File

Re: [BangPypers] xlrd

2014-08-21 Thread Jayanth Koushik
Are you sure the files aren't encrypted? If they are, then xlrd can't handle them. http://www.lexicon.net/sjmachin/README.html (Look at 'Unlikely to be done') Jayanth On Thu, Aug 21, 2014 at 3:26 PM, Shashidhar Paragonda shashidha...@gmail.com wrote: Hello all, I am using xlrd library to

Re: [BangPypers] xlrd

2014-08-21 Thread Shashidhar Paragonda
Hi Jayanth, sorry the files were encrypted, with option available in MS-excel s/w. They are in read-only mode. I saw the book.py program of xlrd lib, I dint understood about verbosity level and all. is there any changes to be made to book.py ? thanks in advance.

Re: [BangPypers] xlrd

2014-08-21 Thread Jayanth Koushik
If the encryption does not matter, then the easier way might be to remove the encryption and proceed normally using xlrd. But I'm not sure how to do that (don't use excel). Can anyone else in the group help with this? Jayanth On Thu, Aug 21, 2014 at 7:19 PM, Shashidhar Paragonda