xlsx-import
v2.4.7
Published
Import data from xlsx file using configured pattern and defined typescript types
Downloads
1,997
Maintainers
Readme
XLSX-Import
Import data from Workbooks / Worksheets Excel files,
Example
const xlsx = await importerFactory.from('./my-awesome-books.xlsx');
const books: Array<Book> = xlsx.getAllItems<Book>(config.books);
It allows you to import xlsx spreadsheet file with data into your system with defined TypeScript types.
Now working with
| TypeScript | JavaScript | NodeJS | React | Angular | Vue | |---|---|---|---|---|---| | | | | | | |
Useful
- Part of XToolset, see: Official XToolset documentation on Siemienik.com
- :heart: Sponsor me
- Gitter community
- Order feature or consulting: [email protected]
- License: MIT