1.0.2 • Published 5 years ago

xlsxwq v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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)
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago