[BangPypers] { Parsing excel file }

Noufal Ibrahim KV noufal at nibrahim.net.in
Mon Mar 10 11:29:10 CET 2014


On Mon, Mar 10 2014, Shashidhar Paragonda wrote:

> Hello python hackers 
>
> I have a excel file which is .xls format.  My requirement is: the
> excel file contains a manual test cases, in second column, I need to
> read a file and extract thekeywords like : Login, logout, click to
> optimize, enhance, so on.  any suggestions on how to parse the
> keywords or can we parse italized / bolded words.  any suggestions on
> python library to work on such requirement ?

I can see a few. 
% pip search excel | grep -iw excel | wc -l
38

One of those might be useful. xlwt is something I've used in the past.

[...]


-- 
Cordially,
Noufal
http://nibrahim.net.in


More information about the BangPypers mailing list