Files
stand/README.md
T
2026-05-27 13:53:38 +02:00

734 B

stand

An editable, filterable and sortable spreadsheet (via AG Grid) webapp (via NiceGUI) with REST API (via FastAPI) using Pandas DataFrames backed by ArcticDB.

Setup the environment

pixi install

Start the webapp

pixi run stand

or

pixi shell
./stand/main.py

Interact in the browser

  • edit: double click a cell
  • filter: click the filter icon on a column head
  • sort: click a column head (cycles through ascending, descending, chronological)