UNPKG

read-excel-file

Version:

Read `*.xlsx` files of moderate size in a web browser or on a server.

9 lines (8 loc) 328 B
// 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