-
Notifications
You must be signed in to change notification settings - Fork 0
LudwigAJ/csv_editor2000
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A personal project. An .csv editor that works in terminal. More features like sum, difference, average e.t.c. will be coming in the future. To compile navigate to folder and enter 'make all' and then an executable called 'prog' will appear. Then follow instructions in terminal. ** Example output from 'open' command. .csv used here is in /csv_files/ ** |-------------------------------------------| | pelle| per| ake| william| |-------------------------------------------| | 1| 3| 3| 5| | 4| 5| 6| 3| | 6| 3| 3| 1| | 3| 5| 7| 4| | 2| | 3| 4| | 3| 3| 3| 2| | | | | 5| | 3| 2| 1| 7| | | 8| 6| 54| | 67| 43| 24| 65| |-------------------------------------------| The program uses custom made types (by using classes) in order to describe each column, and then a 'wrapper' to then describe the columns in one spreadsheet in order. Also implemented exception handling when it comes to opening files using fstream.
About
Simple CSV editor in Terminal.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published