2021年3月19日星期五

Excel with macro in browser

As stated in Wikipedia MIME type can be application/vnd.openxmlformats-officedocument.spreadsheetml.sheet which supports a macro

According to this question you can use curl curl_exec($ch); to execute the file and output the result to a txt file

  • If a macro inside the excel is executed then where does this take place client-side or server-side

  • Can you view the excel sheet in the browser without downloading it

  • Does this effect the excel file

sample macro

Sub sbHello()  MsgBox "Hello World!"  End Sub  

is there anyway to run the macro in the browser

https://stackoverflow.com/questions/66717843/excel-with-macro-in-browser March 20, 2021 at 11:03AM

没有评论:

发表评论