Aspose.Cells in ASP

I have been advised to use objSAXLTmplt.Process_3

instead of objSAXLTmplt.Process myTempfileFullPath, saProcessDefault - when using Aspose.Cells to generate excel sheet dynamically.

but i need to use the arguments in the process command- like -

objSAXLTmplt.Process_3 myTempfileFullPath, saProcessDefault

But using the above code line gives me an error. This is required as a part of ufnctioality.

Kindly, provide me with an alternative solution to use process_3 with arguments or else any other code line for the same.

I need this very urgently.


This message was posted using Aspose.Live 2 Forum

Hi Aspose team,

Is this post acknowledged?

Regards,

DOSHIS

Hi,

We will check your case and get back to you soon.

Thanks for being patient!

Hi,

The following list are our process overload method order:

Process(bool isPreserved) ---->Process_1

Process(int sheetIndex, bool isPreserved) ---->Process_2

Process()---->Process_3