Custom spreadsheets in Datasette. Work in progress, heavy usage of LLM development.
Install this plugin in the same environment as Datasette.
datasette install datasette-sheetsUsage instructions go here.
To set up this plugin locally, first checkout the code. You can confirm it is available like this:
cd datasette-sheets
# Confirm the plugin is visible
uv run datasette pluginsTo run the tests:
uv run pytest