We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SheetCalc JavaScript Runtime are the runtime libraries needed to run JavaScript converted SheetCalc code.
formula.standalone.js
sheetCalc.js
Run the conversion tool in Excel and obtain sheetCalc.generated.js
sheetCalc.generated.js
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>