Hello support,
We only have the uri of the template we want to use.
Is it possible to open it ?
Thanks
Hello support,
Hi,
Yes, you can download the workbook using .NET framework APIs and convert them into byte array or memory stream.
Then you can use that byte array or memory stream to create a workbook object.
Please see the sample code below.
C#
Hello support,
Hi,
Yes, you can save your workbook object into byte or IO stream e.g memory (response) stream.
Please see the code below.
C#
Hello Support,
Hi,
You need to learn how to transfer your bytes from one module into another module.
Just search internet how to move/transfer bytes from IHttpHandler.
If you can move you bytes from IHttpHandler to the caller modules, then you can also send your workbook object back to caller modules by converting it into bytes.