[BangPypers] { exctract italic, bold }
Gora Mohanty
gora at mimirtech.com
Wed Mar 12 06:28:35 CET 2014
On 12 March 2014 10:29, Shashidhar Paragonda <shashidhar85 at 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
More information about the BangPypers
mailing list