2.4.7 • Published 2 years ago

xlsx-import v2.4.7

Weekly downloads
104
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.4.4

4 years ago

2.3.7

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.4-1

5 years ago

2.3.4-0

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.0.2

5 years ago

2.1.0

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago