Skip to content

Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets

Notifications You must be signed in to change notification settings

fuodorov/spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets

Topics

Resources

Stars

Watchers

Forks