Open KrzysztofMadejski opened 9 years ago
+1
if you upload an excel spreadsheet, you it defaults to having three sheets [ 'Sheet1, Sheet2, Sheet3]. We pop the last one https://github.com/ckan/datapusher/blob/master/datapusher/jobs.py#L343
user will probably have used Sheet 1, where as we default to Sheet 3 this means no data gets uploaded. Or we ask users to manually delete the 2 sheets each time, which is a bit stupid.
+1
if you upload an excel spreadsheet, you it defaults to having three sheets [ 'Sheet1, Sheet2, Sheet3]. We pop the last one https://github.com/ckan/datapusher/blob/master/datapusher/jobs.py#L343
user will probably have used Sheet 1, where as we default to Sheet 3 this means no data gets uploaded. Or we ask users to manually delete the 2 sheets each time, which is a bit stupid.