Using Aspose.Cells 5.1.0.0 in class asp in VBScript via COM Interop

Hi,

I am using an older version of Aspose cells with vbscript. I am creating an xlsx file using the save method:

workbook.Save_5 someFilePath, 6

As the last parameter is the saveformat i am able to use 6 or 7.

When i use dotpeek to view the assembly the order of the save methods is shown alphabetically:

Auto
CSV
Excel2003XML
Excel97To2003
HTML
ODS
Pdf
TabDelimited
Xslb
Xlsm
Xlsx

As i can deduce 6 and 7 are Xlsm and Xlsx although i do not know which order this is without guessing.

Is there a way to find out what the exact order is or does anyone have a list of the type with their corresponding number?

Many thanks

Andy

@andybeeby,

Thanks for your query.

I am afraid, since you are using an older version of the APIs so we are not sure about the exact order for the methods for COM interop. We do not follow any specific order either. I think you may use any better tool to see the list of those overloaded methods/versions.

i have sorted this issue. So this can be closed.

@andybeeby,

Good to know that you have sorted out your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.