Save to file using Aspose.Cells from a VB6 application

I’m using Aspose.Cells with a VB6 application. I figured out several years ago to use “book.Save_5 FName, 5” in my app to save to a file. I can’t find any documentation to refresh my memory on why that format what chosen. Can you point me to something? It’s now occasionally failing.

Hi,


Well, if you are using some older version of the product, I am afraid, we might not help you much as the constants might have been changed as new overloads for Workbook.Save() method are added over the years.

Anyways, for later versions, please refer to the following documentation topics if these can help you a bit for your requirements:
http://www.aspose.com/docs/display/cellsnet/Using+Aspose.Cells+for+.NET+via+COM+Interop
http://www.aspose.com/docs/display/cellsnet/ASP+++VBScript
http://www.aspose.com/docs/display/cellsnet/ASP+JavaScript

Thank you.

I found a solution to this. We have a helper application written in .net for our VB6 app to use, so I added a saveworkbook function to that. Now the save is done natively from .net, so it’s working fine.

Hi,


Good to know that you have figured it out via Wrapper .NET classes.

Please feel free to contact us if you have any query or other issue, we will be happy to assist you soon.

Thank you.