scraperwiki / spreadsheet-download-tool

A ScraperWiki plugin for downloading data from a box as a CSV or Excel spreadsheet
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Don't even try to make Excel when >100,000 rows #64

Open frabcus opened 10 years ago

frabcus commented 10 years ago

Detect it at the start with a "select count()"

This will save a bunch of CPU I think