Application Development and Automation 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: 
Read only

Create and Format an Excel File as a Background Process(Application Server)

Former Member
0 Likes
269

Hi all,

I have a requirement to Output a formatted(Bold fonts, Merged Cells etc.) Excel File.

It is to be run as background process. So ideally, the file will be produced in the ApplicationServer and will already contain the formatting. If I am to use ole2 functions such as

*--Opening the existing document

call method of gs_wbooks 'Open' = gs_wbook

exporting #1 = file_path.

Is this possible? can file_path point to the file created in the ApplicationServer?

Any answers, suggestions or workarounds would be greatly appreciated.

Thanks in Advance

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
248

no.

that works only in dialog

A.