An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/extenda-excel-import


https://github.com/jsmithdev/extenda-excel-import

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# extenda-excel-import

## Description

This component is a wrapper around [ExcelJS](https://www.npmjs.com/package/exceljs) with useful tasks added

For Export see [extenda-excel-export](https://github.com/jsmithdev/extenda-excel-export)

## Add to project

Uses [sfmm](https://npmjs.com/package/sfmm)

From sf/sfdx project root:

```bash
sfmm add jsmithdev extenda-excel-import -si
```

## APIs

| Syntax | Description | Usage |
| -------- | -------- | -------- |
| newWorkbook | Create a new ExcelJS workbook | this.newWorkbook() |
| excelToObjects | Parse Excel file to record objects | await this.excelToObjects() |