ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 155 forks source link

Ability to process and visualize multiple sheets instead of the last one #71

Open KrzysztofMadejski opened 9 years ago

joetsoi commented 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.