UNPKG

@editorialapp/datatools

Version:

A collection of dependencies organized into useful tools for working with data in ways that are common in data cleaning and in building news apps.

6 lines (4 loc) 124 B
import xlsx from 'node-xlsx' export async function parseXlsx (filepath, options) { return xlsx.parse(filepath, options) }