https://github.com/jsmithdev/extenda-excel-import
https://github.com/jsmithdev/extenda-excel-import
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmithdev/extenda-excel-import
- Owner: jsmithdev
- Created: 2023-11-09T07:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T20:37:11.000Z (almost 2 years ago)
- Last Synced: 2025-07-13T09:07:53.949Z (11 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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() |