UNPKG

testx-xlsx-parser

Version:

Simple XLSX file parser for use with the testx library. Converts an XLSX sheet to testx test script (JSON)

10 lines (8 loc) 192 B
pkg = require './package.json' xlsx = require './lib/xlsx' module.exports = name: pkg.name version: pkg.version extensions: ['xlsx', 'xls'] parse: xlsx.parse parseFile: xlsx.parse