I have a Sharepoint application for saving selected files on a file server. It is necessary to process the xlsx VBA file macro before loading the file. Since the application uses C #, there are two options and which one is correct:
- Is it possible to run a macro in the application itself before saving the file? If so, how?
- Maybe it is worth rewriting the VBA macro in C #? But then what should the libraries and example be used if possible?