Excel.js
Native node.js Excel file parser. Only supports xlsx for now.
Install / Use
/learn @trevordixon/Excel.jsREADME
Excel.js 
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
openhue
342.0kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
342.0kElevenLabs text-to-speech with mac-style say UX.
weather
342.0kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.5kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
