https://github.com/fuodorov/spreadsheet
Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets
https://github.com/fuodorov/spreadsheet
antlr cpp spreadsheet
Last synced: 8 months ago
JSON representation
Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets
- Host: GitHub
- URL: https://github.com/fuodorov/spreadsheet
- Owner: fuodorov
- Created: 2023-08-03T15:10:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T12:59:28.000Z (almost 3 years ago)
- Last Synced: 2023-08-13T14:05:44.787Z (almost 3 years ago)
- Topics: antlr, cpp, spreadsheet
- Language: C++
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spreadsheet
Spreadsheet project - simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets. The table cells can contain text or formulas. Formulas, as in existing solutions, can contain cell indexes.
## Build and launch
To build our application and create a Docker image, it will be enough to run the following command:
`docker build -t spreadsheet .`
To launch the application, use the command:
`docker run -it spreadsheet`