dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
957 stars 183 forks source link

Can I watch visible excel drawing? #321

Open muuuuuuura opened 3 years ago

muuuuuuura commented 3 years ago

Can I watch visible excel drawing?

Same Method. (vb) https://docs.microsoft.com/en-us/office/vba/api/excel.application.visible Application.Visible = True

Please!