Is there a way for me (or a student) to export a list that was created in app lab so that they can later inport it into a spreadsheet.
You could first create a blank table with all the columns you would like. Then populate the table from the lists that you wish to export using the createRecord
function. Once the table is created, it can be exported to a csv file. Here is the documentation that can help.