xlsxwq

set web query url in Excel files

Usage no npm install needed!

<script type="module">
  import xlsxwq from 'https://cdn.skypack.dev/xlsxwq';
</script>

README

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)