1.0.2 • Published 7 years ago
xlsxwq v1.0.2
node-xlsxwq
Set the Web Query URL in an Excel file.
Description
Provide an input xlsx-file and a web query url and save to a new xlsx-file.
Installation
Simplest way to install xlsxwq is to use npm, just npm
install xlsxwq which will download xlsxwq and all dependencies.
Usage
Very simple to use.
You want to parse XML as simple and easy as possible? It's dangerous to go alone, take this:
var xlsxwq = require('xlsxwq');
infile = 'WebQuery.xlsx'
outfile = 'WebQuery2.xlsx'
wqurl = 'http://api.example.com/api/excelwq'
xlsxwq.setWQURL(infile, outfile, wqurl)