On 12 March 2014 10:29, Shashidhar Paragonda <shashidha...@gmail.com> wrote:
>
> Hello Python hackers
>
> >>> I have a excel file which has some amount of data.
> >>> The data in each row has some words which are italic and bolded.
> >>> my requirement is I need to extract only italic or bold words from each
> row.
> >>> any suggestions on the same, thank you in advance.

Try xlrd. This includes style information from the Excel file. We have used
it to pick out underlined fonts, so I imagine that bold/italic should also
be possible. Please check the documentation.

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to