ludstuen90 / groceryComparer

0 stars 0 forks source link

Cannot process submitted excel files #1

Open ludstuen90 opened 7 years ago

ludstuen90 commented 7 years ago

App will need to: Automatically delete first extra rows of excel spreadsheet Verify whether headers are correct. If so, remove headers. If not, throw error. *Convert uploads to CSV after processing

ludstuen90 commented 7 years ago

Stopping point for today. Can parse XLSX file into CSV, but cannot save it. See line 63 of Upload.JS