Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

making the heading of the excel bold : the excel is to be sent in Mail.

former_member195383
Active Contributor
0 Kudos

Hi All,

I am sending excel through email using, SO_DOCUMENT_SEND_API1 ,

I am able to send the excel as attachment . I want to make the heading of the excel as bold.

Please suggest the needful for the same.

Regards

Rudra

6 REPLIES 6

Former Member
0 Kudos

jus see this thread...hope it helps.

0 Kudos

Hi..

the above thread ...tells hw to send excel as an attachment...but my nee is to make the header text of the excel bold .Please suggest the needful.

Regards

Rudra

Former Member
0 Kudos

hi,

check this similar thread

thanks

Former Member
0 Kudos

HI

you should try using the method Structure_cell for your requirement and in that you can use "C_Cell_TD_Extend" and "C_Cell_Style" objects to get what you want exactly.

hope this helps

regards

Aakash Banga

0 Kudos

Hi Aakash...

Can u please provide one example for the same....Thanks in advance.

Regards

Rudra

Former Member
0 Kudos

Hi Rudra,

without using OLE method there is no way you can format the contents (or header) of the excel.

There is a alternative though.

We can send the data in the mail body itself instead of a separate excel attachment. It doesn't fit your requirement excatly but by this method you can add formatting to the output.

Regards

Barada