[BangPypers] { exctract italic, bold }

Shashidhar Paragonda shashidhar85 at gmail.com
Thu Mar 13 06:05:04 CET 2014


Hello,
Thanks for the help, I read the doc there is bold, italic under font class.
I am unable to figure out how to fetch the bold or italic words.

Could you please share code how you implemented for fetching underlined
words.

-----------------------------------
Regards,

Shashidhar N.Paragonda
shashidhar85 at gmail.com
+919900093835


On Wed, Mar 12, 2014 at 10:58 AM, Gora Mohanty <gora at mimirtech.com> wrote:

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


More information about the BangPypers mailing list