https://github.com/crhntr/clice
A simple extensible spreadsheet web-app in Go
https://github.com/crhntr/clice
golang htmx spreadsheet
Last synced: 2 months ago
JSON representation
A simple extensible spreadsheet web-app in Go
- Host: GitHub
- URL: https://github.com/crhntr/clice
- Owner: crhntr
- License: mit
- Created: 2022-08-22T00:45:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T01:41:25.000Z (10 months ago)
- Last Synced: 2025-10-12T11:47:50.331Z (8 months ago)
- Topics: golang, htmx, spreadsheet
- Language: Go
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLICE
This is an integer only spreadsheet. It is zero-indexed. It can do multiplication, (integer) division, addition and subtraction. Parentheses are also supported.
It can save and load files. See the flags for help. spreadsheet -h
## Development
Use `muxt -C ./cmd/server check` to type check templates (see https://github.com/crhntr/muxt).