Socket
Book a DemoInstallSign in
Socket

xlsx-import

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-import

Import data from xlsx file using configured pattern and defined typescript types

latest
Source
npmnpm
Version
2.4.7
Version published
Weekly downloads
1.4K
26.52%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

Importing data

FAQs

Package last updated on 20 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts