2.4.7 • Published 6 months ago

xlsx-import v2.4.7

Weekly downloads
104
License
MIT
Repository
github
Last release
6 months ago

XLSX-Import

NPMnpm GitHub Workflow Status codecov

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.

Read more :arrow_right:

Now working with

TypeScriptJavaScriptNodeJSReactAngularVue
TypeScriptJavaScriptNodeJSReactAngularVue

Useful

2.4.7

6 months ago

2.4.4

3 years ago

2.3.7

3 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.3.4

3 years ago

2.3.4-1

4 years ago

2.3.4-0

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.0.2

4 years ago

2.1.0

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago