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

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

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).