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 _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers