Skip to content

luizzappa/codemirror-app-spreadsheet

Repository files navigation

CodeMirror Spreadsheet app

This repository is a demo implementation of the CodeMirror spreadsheet language package.

excel formula

👉 Live demo

Features

🔤 Syntax highlighting

🌎 Autocomplete with internationalization

✨ Prettier

Usage

Clone repository and install dependencies. Then run:

npm run start

List of functions

The list of functions is stored as json for each idiom. They're fecthed asnychronously after an idiom change. The list may not be complete with all functions, the purpose here is just to illustrate how to implement autocomplete with internationalization.