jeffpiazza / derbynet

Open-source Pinewood Derby race management, built around a web server and database
MIT License
100 stars 70 forks source link

Add CSV export option #254

Open nirvdrum opened 1 year ago

nirvdrum commented 1 year ago

It'd be handy if there were an option to export results as CSV. Granted, Excel and LibreOffice are the two most common spreadsheet formats and many applications try to have at least some .xls file compatibility. But, I've run into some cases where having it in CSV would be really nice. I'm currently opening in Excel and then exporting as CSV, so there's certainly a workable fallback option.

jeffpiazza commented 1 year ago

Are you looking for exported standings, or exported heat results? (Or even the roster?) I guess it'd be possible to offer each of these as .csv

nirvdrum commented 1 year ago

A zip or tarball of all of them would be nice. But, really, with just the heat results I can slice the data up any way that's needed.