Demo apps using Microsoft's Office Scripts.

Microsoft decided to provide Excel Online with the Office Scripts macro language, not VBA. The reason for that was because the next generation of coders are already familiar with JavaSccript. More so than with Python. JavaScript is almost completely the same as TypeScript. TypeScript is the language the Office Scripts is based on. Also, most web app and web page coding is done in JavaScript. Power Automate, the event handling side of Office Scripts, requires some knowledge of web app development (VBA does not require any). So, JavaScript is the natural choice for the web-based version of Excel. See my YouTube Channel for the videos associated with the scripts in this Repo: https://www.youtube.com/channel/UCLGfygRlwhsekVv7UiRhwXw