Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 843 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 843 Bytes

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.