Microsoft Garage's Script Lab allows you to try Office JavaScript APIs inside Excel, Word, and PowerPoint

Reading time icon 1 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

Microsoft Garage’s latest project Script Lab allows developers to create and run Office Add-in code snippets from within Excel, Word, or PowerPoint, using JavaScript, HTML, CSS, and data from the web. There’s no need to install any other software or configure your environment, you can start experimenting with the Office APIs without ever leaving Office apps.

  • Create and edit code snippets that can include JavaScript, HTML, CSS, and references to libraries and data on the web
  • Run the snippets and instantly see the result in a task pane and in the Office document
  • Get started quickly with a selection of samples
  • Share and save your snippets with GitHub gists
  • Learn the JavaScript API with the help of IntelliSense while you edit
  • Try TypeScript: make use of lambda functions, template strings, or even the latest TypeScript 2.0+ features like async/await
  • Prototype an add-in you’re planning to develop.

Script Lab is supported in Excel, Word, and PowerPoint (Office 2013 and later, Office Online, and Office for Mac). You can download it for free here. Microsoft has open sourced Script Lab, you can find the source code here.

More about the topics: Github, microsoft garage, Office 2016, office 365, Office Javascript APIs, Office Online, Script Lab