vote up 0 vote down star

Hello

I ve been asked to look at what can be used for running a macro from within excel

I ve seen snippets of code on various forums but is there any library (open source preferably) that will help me with this in a robust manner??

Apache / Sourceforge dont have much !!

flag

67% accept rate

3 Answers

vote up 0 vote down

If you're looking for a good, reliable library for Excel functionality, use Spire.XLS. It is much better, than NativeExcel.

link|flag
vote up 0 vote down

If you just want to get vba fucntion value at runtime,you can try SmartXLS for .net,it has a feature which allow you write custom add-in function to evaluate the vba fucntion(in the same function name) in Excel file.

link|flag
vote up 2 vote down

For running macros within Excel: VBA.

Then there are the Visual Studio Tools for Office which is mainly an Office extension point for use with .NET and therefore C#.

If you need to manipulate Excel files without having to run Excel, you may take a look at NativeExcel.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.