UNPKG

docparse-dumpinvoices

Version:

takes a list of couchdb invoice ids and exports the data contained within those invoices to an Excel spreadsheet

6 lines (5 loc) 151 B
var path = require('path'); module.exports = function() { var template_path = path.resolve(__dirname,'data/template.xls'); return template_path; }