SkillAgentSearch skills...

Excel.js

Native node.js Excel file parser. Only supports xlsx for now.

Install / Use

/learn @trevordixon/Excel.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Excel.js Build Status

Native node.js Excel file parser. Only supports *.xlsx files for now.

Install

npm install excel

Use

import parseXlsx from 'excel';

parseXlsx('Spreadsheet.xlsx').then((data) => {
  // data is an array of arrays
});

If you have multiple sheets in your spreadsheet,

parseXlsx('Spreadsheet.xlsx', '2').then((data) => {
  // data is an array of arrays
});

Test

Run npm test

MIT License.

Thanks to all other contributors.

Related Skills

View on GitHub
GitHub Stars271
CategoryCustomer
Updated11d ago
Forks85

Languages

JavaScript

Security Score

95/100

Audited on Mar 19, 2026

No findings