UNPKG

read-excel-file

Version:

Read small to medium `*.xlsx` files in a browser or Node.js. Parse to JSON with a strict schema.

7 lines 205 B
import { DOMParser } from '@xmldom/xmldom'; export default { createDocument: function createDocument(content) { return new DOMParser().parseFromString(content); } }; //# sourceMappingURL=xml.js.map