How Can I use aspose.cells from asp pages

Can I use aspose.cells as COM?

Hi,

Thanks for considering Aspose.

Well, Aspose.Cells provides complete interoperability. You can access Aspose.Cells component with old ASP or any other COM supported client.

For Reference, Please see:

Accessing Component From COMClients

Regards

Amjad Sahi

Aspose Nanjing Team

Thanks for link.

I faced the problem in code you advise me.

The problem is this block of code:
"set stream = CreateObject(“System.IO.MemoryStream”)

xls.Save_3 stream, 2

"
It throws exception :
"Access to the path ‘C:\WINDOWS\system32\System.IO.MemoryStream’ is denied."

It seems that xls.Save_3 - try to write into ‘C:\WINDOWS\system32\System.IO.MemoryStream’
instead of into the stream. I have replaced ‘Save_3’ by other overloaded methods: ‘Save , Save_2’ and so on, but doesn’t help.



Have you such exceptions before?

May be I missed something?

Please try this attached version with updated sample code at Accessing Component From COMClients.