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?
-
I don't think node actually uses Excel to compose the document. That said, no, since Excel is not involved at all.D-side– D-side2015-04-05 16:45:16 +00:00Commented 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.user2045670– user20456702015-04-05 17:38:53 +00:00Commented Apr 5, 2015 at 17:38
Add a comment
|
1 Answer
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.