write EXCEL Workbook from ASP 
Author Message
 write EXCEL Workbook from ASP

I generate Excel Workbooks from ASP with

        Response.ContentType = "application/vnd.ms-excel"

I was guided to this newsgroup from microsoft online-
concierge.
I nee a COMPLETE documentation of all properties of a
excel-workbook from an ASP-Script. I know how to format a
font etc.
But I just need to know, where I can find a complete
documentation, nothing else.

Thanks a lot
Urban



Sun, 18 Jul 2004 18:46:16 GMT  
 write EXCEL Workbook from ASP
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeo...

Quote:
> I generate Excel Workbooks from ASP with

> Response.ContentType = "application/vnd.ms-excel"

> I was guided to this newsgroup from microsoft online-
> concierge.
> I nee a COMPLETE documentation of all properties of a
> excel-workbook from an ASP-Script. I know how to format a
> font etc.
> But I just need to know, where I can find a complete
> documentation, nothing else.

> Thanks a lot
> Urban



Sun, 18 Jul 2004 23:06:32 GMT  
 write EXCEL Workbook from ASP
thanks for your reply. But that doesn't cover my needs.
(I don't have VBA, I have VBScript.)
===================================================
What I need is the COMPLETE list of all properties.
===================================================
(The settings I have to do with XML and that is working
fine. The only thing is, that I don't know what settings
are available.
Please can a MICROSOFT PROFESSIONAL help me?

Thanks a lot

Urban

Quote:
>-----Original Message-----
>http://msdn.microsoft.com/library/default.asp?

url=/library/en-us/odeopg/html
Quote:
>/deovrusingcurrentregionusedrangeproperties.asp


>> I generate Excel Workbooks from ASP with

>> Response.ContentType = "application/vnd.ms-excel"

>> I was guided to this newsgroup from microsoft online-
>> concierge.
>> I nee a COMPLETE documentation of all properties of a
>> excel-workbook from an ASP-Script. I know how to format
a
>> font etc.
>> But I just need to know, where I can find a complete
>> documentation, nothing else.

>> Thanks a lot
>> Urban

>.



Sun, 18 Jul 2004 23:25:10 GMT  
 write EXCEL Workbook from ASP
There is no such thing a VBScript specific documentation for Excel or any other Office application.  The only documentation is in the context of VBA.  It really isn't that difficult to translate from VBA to VBScript.

FWIW...

Q257757 - INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/support/kb/articles/Q257/7/57.ASP

Which states clearly that Microsoft does *NOT* recommend or support server-side automation of Office applications...

--
Michael Harris
Microsoft.MVP.Scripting
--

thanks for your reply. But that doesn't cover my needs.
(I don't have VBA, I have vbScript.)
===================================================
What I need is the COMPLETE list of all properties.
===================================================
(The settings I have to do with XML and that is working
fine. The only thing is, that I don't know what settings
are available.
Please can a MICROSOFT PROFESSIONAL help me?

Thanks a lot

Urban

Quote:
>-----Original Message-----
>http://msdn.microsoft.com/library/default.asp?

url=/library/en-us/odeopg/html
Quote:
>/deovrusingcurrentregionusedrangeproperties.asp


>> I generate Excel Workbooks from ASP with

>> Response.ContentType = "application/vnd.ms-excel"

>> I was guided to this newsgroup from microsoft online-
>> concierge.
>> I nee a COMPLETE documentation of all properties of a
>> excel-workbook from an ASP-Script. I know how to format
a
>> font etc.
>> But I just need to know, where I can find a complete
>> documentation, nothing else.

>> Thanks a lot
>> Urban

>.



Mon, 19 Jul 2004 06:57:46 GMT  
 write EXCEL Workbook from ASP
According to your needs to use Excel in ASP , I think you'd better
reference Excel automation documentation like

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2...
l/xlmscobjectmodelchanges2000.asp
http://msdn.microsoft.com/library/en-us/odeopg/html/deovrworkingwithm...
texcelobjects.asp

Then pay attention to some specific questions while using it at server side
as Michael has mentioned.

Hope it helps.

Regards,
Robin

This posting is provided AS IS, with no warranties, and confers no rights.



Tue, 20 Jul 2004 10:59:28 GMT  
 write EXCEL Workbook from ASP
Thanks a lot, Robin

good job,
that covers 100% my needs!

Urban


Quote:
> According to your needs to use Excel in ASP , I think you'd better
> reference Excel automation documentation like

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2...
Quote:
> l/xlmscobjectmodelchanges2000.asp

http://msdn.microsoft.com/library/en-us/odeopg/html/deovrworkingwithm...
Quote:
> texcelobjects.asp

> Then pay attention to some specific questions while using it at server
side
> as Michael has mentioned.

> Hope it helps.

> Regards,
> Robin

> This posting is provided "AS IS", with no warranties, and confers no
rights.



Tue, 20 Jul 2004 16:26:14 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. combine multiple excel workbooks into one workbook

2. read/write without open workbooks in excel

3. Help writing to Excel Workbook from VB app

4. Write to, calculate, read from Excel workbook-sheet

5. ASP using a VB DLL to open an Excel workbook

6. Excel HRESULT: 0x800A03EC when using Workbooks.open or Workbooks._opentext in C#

7. Excel 97/2000: making custom functions (in a hidden workbook) available to all open workbooks

8. VBA: Excel workbook to workbook transfer

9. Excel Workbook takes too long to open in Excel 2000

10. How can I open Excel workbook without using Excel.Worksheet

11. how delete a macro within an Excel Workbook by using VB

12. Multiple Excel workbook manipulation

 

 
Powered by phpBB® Forum Software