I would like to make a label above each of the columns, which describes what data is in each column, but I do not want these words in the spreadsheet itself because I need to import the CSV into the MySQL database. How can I do this? Thanks
If you are using the LOAD DATA command in MySQL there is an option to ignore the first row of the CSV file.