Skip to content

Excel

This documents the Excel module and how to use it from JavaScript flows.

You can load the module using the following code:

js
var c = Module.load("Excel", {version: "X.Y.Z"});

TODO