You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script is using win32com.client.Dispatch("Excel.Application") to execute the given macro. Ideally we'd extend the logic to auto detect the macro name and execute it without its name being explicitly provided.
The text was updated successfully, but these errors were encountered:
It would be cool to implement an Office document loader with something like this https://github.com/xeden3/docker-excel-macro-run
The base image essentially installs Office via a dubious exe hosted on github and then launches it via wine to load the document:
The script is using win32com.client.Dispatch("Excel.Application") to execute the given macro. Ideally we'd extend the logic to auto detect the macro name and execute it without its name being explicitly provided.
The text was updated successfully, but these errors were encountered: