codemirror-app-spreadsheet
codemirror-app-spreadsheet copied to clipboard
Demo of codemirror spreadsheet language
CodeMirror Spreadsheet app
This repository is a demo implementation of the CodeMirror spreadsheet language package.

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.