Excel Worksheets & Webspeed

Mark Kirschblum

New Member
I would like to be able to create multiple worksheets within the same excel spreadsheet. I am using the following logic in a cgi-wrapper program:

{src/web/method/cgidefs.i}

RUN OutputContentType IN web-utilities-hdl ("application/x-msexcel").

{&OUT}
"Customer Number" '~t'
"Customer Name" '~t
"Etc." '~n'.

Is there a control character sequence I can use to define and name a new worksheet? If possible, I would like to avoid using an ActiveX control or ASP.

Thanks,
Mark Kirschblum
 
Top