Skip to content
Joseph Livecchi edited this page May 29, 2015 · 1 revision

SheetCalc TypeScript Runtime Dependencies

SheetCalc TypeScript Runtime are the runtime libraries needed to run TypeScript converted SheetCalc code.

  1. You will need the following:
  • Download formula.standalone.js from here
  • Download sheetCalc.ts from here
  1. Run the conversion tool in Excel and obtain sheetCalc.generated.ts

  2. Add these files to your project and compile the TypeScript.

  3. Include file into your project like you normally would with TypeScript files.

  4. Good Luck, and my the odds be every in your favor!

Clone this wiki locally