Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tetracalibers/pocket-excel-learning

Web上でExcel関数の実践練習ができる学習サイト
https://github.com/tetracalibers/pocket-excel-learning

Last synced: 26 days ago
JSON representation

Web上でExcel関数の実践練習ができる学習サイト

Awesome Lists containing this project

README

        

# pocket-excel-learning

実際に動くExcel風デモを組み込んだExcel関数学習サイト

## for dev

### Excelシートのデータを追加するときは:

1. https://cloudconvert.com/xlsx-to-csv などでXLSXファイルをCSV化
2. CSVファイルを`src/data/csv`配下に置く
3. `yarn csv-to-json`を実行
4. `yarn json-to-array`を実行