read-excel-file
Version:
Read small to medium `*.xlsx` files in a browser or Node.js. Parse to JSON with a strict schema.
9 lines (8 loc) • 328 B
JavaScript
// This file is no longer used.
import xpath from 'xpath';
export default function (document, node, path) {
var namespaces = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
var select = xpath.useNamespaces(namespaces);
return select(path, node || document);
}
//# sourceMappingURL=xpathNode.js.map