Skip to content

nusr/excel

Repository files navigation

Online Excel

CI codecov GitHub GitHub code size in bytes

online demo

demo

Start

git clone https://github.com/nusr/excel.git
cd excel

npm i -g pnpm jscpd
pnpm i
npm run start

Unit Test

npm run test

E2E Test

pnpm exec playwright install --with-deps
npm run e2e

Supported Features

  • Online Collaboration
  • Web Worker parse formulas
  • OffScreenCanvas Render
  • Undo
  • Redo
  • Copy
  • Cut
  • Paste
  • Formulas
  • Font Family
  • Font Size
  • Font Color
  • Fill Color
  • Bold
  • Italic
  • Strike
  • Underline
  • Border
  • Text Vertical Align
  • Text Horizontal Align
  • Text Wrapping
  • Number Format
  • AutoFilter
  • Merge Cells
  • Chart
  • Floating Picture
  • Define Name
  • Insert Row
  • Insert Column
  • Delete Row
  • Delete Column
  • Hide Row
  • Hide Column
  • Row Height
  • Column Width
  • Insert Sheet
  • Delete Sheet
  • Rename Sheet
  • Hide Sheet
  • Unhide Sheet
  • Import XLSX
  • Export XLSX
  • Import CSV
  • Export CSV
  • Dark Mode
  • I18N

Supported Formulas

Releases

No releases published

Packages

No packages published

Languages