https://github.com/zank613/nlspreads
CLI Spreadsheet with natural language commands
https://github.com/zank613/nlspreads
cli csharp natural-language repl spreadsheet terminal
Last synced: 8 months ago
JSON representation
CLI Spreadsheet with natural language commands
- Host: GitHub
- URL: https://github.com/zank613/nlspreads
- Owner: Zank613
- License: mit
- Created: 2025-06-02T21:12:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T12:41:57.000Z (about 1 year ago)
- Last Synced: 2025-07-01T02:39:36.309Z (12 months ago)
- Topics: cli, csharp, natural-language, repl, spreadsheet, terminal
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLSpreads
A natural language style CLI spreadsheet made in [Spectre.Console](https://github.com/spectreconsole/spectre.console) and C#.
## Important
> [!WARNING]
> This project is still work in progress.
## Commands
Create and manage simple table data with commands like
- ``create table named "Demo"``
- ``add columns "Name" "Score"``
- ``add rows "Player1" "Player2"``
- ``fill Player1 with "John" "1200"``
- ``show table``
- `set "RowName" "ColumnName" to "Value"`
## Features
- Natural language style REPL
- Add/delete rows and columns
- Switch/delete tables
- Edit individual cell data with `set`
- CLI table visualization
- Import from and export to `.csv`
- Clone tables
- Rename columns and rows
## Roadmap
- [x] Save and load `.csv`
- [ ] Save and load `.json`
- [ ] Save and load `.xlsx`
- [x] Arithmetic operations on cells
- [x] Individual cell editing with `set Row1 Column1 "Data"`
- [ ] More visualization options
## Build
**.NET 9 required.**
From source run `dotnet run` and it should build.
**OR**
**.NET SDK not required.**
You can use the [Releases](https://github.com/Zank613/NLSpreads/releases) to download compiled binaries.
## License
This project is licensed under [MIT License](./LICENSE).