Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

School project during which I created a simple, terminal-based spreadsheet application using C++ and ncurses.

License

Notifications You must be signed in to change notification settings

martin-heralecky/spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spreadsheet

This is a school project. It is not intended for regular use as there are lots of unaddressed issues and todos.

Intro

spreadsheet is a very simple implementation of a table editor - spreadsheet - which runs in terminal. It supports features like cell data types, nested formulas, saving to and loading from a file. The project is written in C++ with ncurses library.

preview

Compiling the source

make

Control

up, down, left, right, pg-up, pg-down to move cell-cursor.

enter to start editing the selected cell. enter again to confirm and leave.

:l <filename> or :load <filename> to load sheet from file.

:w <filename> or :write <filename> to save the sheet to file.

:q or :quit to exit.

License

MIT - feel free to use this code in any way as long as you keep the copyright notice.

About

School project during which I created a simple, terminal-based spreadsheet application using C++ and ncurses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published