package
0.0.0-20241105202227-7571a2425814
Repository: https://github.com/crhntr/go-htmx-examples.git
Documentation: pkg.go.dev

# README

Spreadsheet

Screenshot 2023-10-14

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

Installation

  • Install Go 1.21 or newer.
  • Run go install github.com/crhntr/go-htmx-examples/examples/spreadsheet@latest
  • Then just run spreadsheet and a server will he started "http://localhost:8080"