KKea

Edit Word documents and Excel spreadsheets in your browser.

Kea is a free Word and Excel editor that runs entirely on your own machine. It opens .docx, .docm, .dotx and .dotm documents, and .xlsx, .xls and .csv spreadsheets. Open a file, change it, save it back or export a PDF. Your files never leave your device.

Open Word Editor Open Spreadsheet Editor No sign up. No upload. Nothing to install.

Optional, in Chrome or Edge: install Kea as an app and you can open documents and spreadsheets by double clicking them.

Private by design

Files are opened, edited and written back by code running in your browser tab. Nothing is sent to a server, because there is no server to send it to.

Works offline

After the first visit both editors are cached on your device. Turn off the network, reload, and they still open your files.

Word, with PDF export

The paginated view is the print view, so a PDF comes out matching the page size the document itself declares.

Excel, checked before it saves

Formulas recalculate as you type. Saving rewrites only the cells you changed and keeps the rest of the workbook, charts included, exactly as it was. Every file is re-read and verified before it is handed back.

Privacy

All file processing happens locally in your browser. Kea has no accounts, no uploads, no analytics beacons and no document storage. When you open a file, the bytes are read from your disk into the page and stay there. When you save, they are written back to your disk.

The only network requests the app makes are for its own files, and only until they are cached. On Chromium based browsers Kea can write straight back to the file you opened; on other browsers it falls back to opening an uploaded copy and downloading the result, which is still handled entirely inside the browser.

The site is served as static files, so the host records ordinary web server access logs (IP address, time, requested file). Those logs never contain your files.

Open source licenses

Kea is built on open source work. Thanks to:

  • DOCX Editor (@docx-editor.dev) - the document engine, Apache License 2.0.
  • Univer (community edition) - the spreadsheet grid and formula engine, Apache License 2.0.
  • @office-kit/xlsx - reading and writing Excel workbooks, MIT license.
  • SheetJS (community edition) - reading legacy .xls and .csv files, Apache License 2.0.
  • Liberation, Carlito and Caladea - metric compatible Latin faces, SIL Open Font License 1.1 and the Liberation Fonts license.
  • Noto Sans SC - Chinese text rendering, SIL Open Font License 1.1.
  • HarfBuzz - text shaping, MIT ("Old MIT") license.
  • Vue and Vite - application framework and build, MIT license.
  • fflate - in browser zip handling, MIT license.