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: 

Excel in background with formating option

Former Member
0 Kudos

Hi,

Is it possible to add logo, column width to excel in background. My requirement is to send excel as a attachment.This program run in background where i need to send excel as attachement via mail with logo and column width and demicals formatting etc.

Is it possible to do this in background with excel. some links r code will help more.

Regards,

Karthik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi karthik,

It is not possible to download data in excel in background.

Regards,

Atish

2 REPLIES 2

Former Member
0 Kudos

Hi karthik,

It is not possible to download data in excel in background.

Regards,

Atish

former_member189059
Active Contributor
0 Kudos

I read somewhere that simple excel creation and formatting is possible if you use open dataset and create an xml file

it is a very complex approach and yet you will still not be able to put things such as the logo an column width

the main reason for not being able to do this is the fact that excel creation is normally done by using Object Linking and Embedding (OLE)

This works only by having the document open in the foreground and cannot work in the background