Blockspring - coding via spreadsheet



Shame they don't have anything in the documentation about how this behaves at scale. I'm worried that each cell formula will be treated as a separate query and if the spreadsheet is large enough, that'd be a huge performance hit.
 
Shame they don't have anything in the documentation about how this behaves at scale. I'm worried that each cell formula will be treated as a separate query and if the spreadsheet is large enough, that'd be a huge performance hit.

Something tells me you're spot on. It'd be hard to optimize this sort of thing for large scale.
 
Something tells me you're spot on. It'd be hard to optimize this sort of thing for large scale.

I'm guessing their business model revolves around small to mid-size enterprise. A larger firm would probably have a guy in the IT department write up a scrape job that runs on a daily basis and throws the results into a SQL database (assuming the data doesn't change that frequently or isn't that business critical).