The format of the CSV files is the same as the
format of the spreadsheets, with the contents of mode sheets appended on to the previous mode sheet with a blank line separating them.
Only the contents of the first ten columns are used. Columns 11 and beyond are ignored. Most configurations only use the first three columns.
Input, output and preferences (including functions) keyword lists in C:
A JSON version of the keywords is available here:
There is a spreadsheet that has script that can import a Quadstick CSV file and convert it back into a standard configuration spreadsheet.
Here's the Apps Script source for the Configuration Spreadsheets Add-on:
https://script.google.com/d/1pZLYpXcFPHB1dW2znOBDNhs_1pF2xZeyZ_2_fSuJnbpnAzP5FBIYRaQW/edit?usp=sharingIt has the code for converting spreadsheets into CSV files and a bunch of other stuff.