May 2019
Intermediate to advanced
542 pages
13h 37m
English
The comma-separated values (CSV) is a plain-text format for storing tabular data. Any spreadsheet program can export to CSV, or you can make your own by hand in a text editor. Our program will be designed in such a way that it will open any arbitrary CSV file and display the data in QTableView. It is common to use the first row of a CSV to hold column headers, so our application will assume this and make that row immutable.
Read now
Unlock full access