Initializing playground…
← Back to roadmap

readExcel playground

tsb can read Excel XLSX files natively — no dependencies. The readExcel() function accepts a Uint8Array or ArrayBuffer and returns a DataFrame.

Basic usage

TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent

Interactive demo

Upload an .xlsx file to inspect it, or use the demo data below.

TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent

Advanced example

TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent

Python equivalent

TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent