1

I have a VBA code in Excel doing some formatting. The Excel is getting created by node.js. Is it possible to run that code in Excel by node.js code?

2
  • I don't think node actually uses Excel to compose the document. That said, no, since Excel is not involved at all. Commented Apr 5, 2015 at 16:45
  • I am actually creating a CSV using csv-ya module. Post the creation of the csv, the Macro comes into picture. Commented Apr 5, 2015 at 17:38

1 Answer 1

2

Your best bet for something like this is probably going to be to use a module such as edge which allows you to run .NET code (with can automate Excel and other applications) from node.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.