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

SheetCalc JavaScript Runtime Dependencies

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

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

  2. Include all of these into your html file:

<script src="path/formula.standalone.js"></script>
<script src="path/sheetCalc.js"></script>
<script src="path/sheetCalc.generatedjs"></script>
  1. Good Luck, and my the odds be every in your favor!

Clone this wiki locally