keytalk-excel
v1.0.11
Published
Keylogic KeyTalk Excel helpers
Readme
KeyTalk-Excel 1.0.6
Typescript definition included.
Installation
Using npm:
npm install keytalk-excel --saveIn Node.js:
// Plain JS
const dj = require("keytalk-excel");
// ES6/Typescript
import * as dj from "keytalk-excel";
