UNPKG

@dxworks/tables

Version:

Converts Dx overview tables csv output to excel file

8 lines (6 loc) 109 B
#! /usr/bin/env node 'use strict' const {tables} = require('./lib'); (async () => { await tables(); })();