Aspose.Cells and Microsoft Access 2010

A fairly generic question:

We want to use Aspose.Cells inside Microsoft Access Visual Basic code environment to export the database information to excel format.

We were wondering if there is a way to either register the DLL file in the system or get the Aspose.Cells.DLL in a COM visible format?

Hi,

Thanks for your query.

Well, I am not sure if you can use a .NET library (e.g Aspose.Cells.Dll) in VBA of Access. Anyways, see the following documents on how to register Aspose.Cells library and how to use Aspose.Cells for .NET via COM interop.:

http://www.aspose.com/docs/display/cellsnet/Using+the+COM+Interface
http://www.aspose.com/docs/display/cellsnet/Using+Aspose.Cells+for+.NET+via+COM+Interop

Hope, this helps a bit.

Thank you.