This is an absurd claim. Any good spreadsheet will contain multiple self-tests, either in live formulas or via macros.
You shouldn’t use a spreadsheet for important work
21–30 of 200 posts
Re: You shouldn’t use a spreadsheet for important work
#22Re: You shouldn’t use a spreadsheet for important work
#23Honestly, I don't have a problem with the fact that Excel is used in so many cases - programming for non-programmers is important. My problem is that Excel is terrible . Its formula system is painful and the formulas are invisible. It's not that a light user DB/spreadsheet program is a bad idea, it's that Excel made a lot of terrible decisions 20 years ago and now they're married to them.
> Excel made a lot of terrible decisions 20 years ago and now they're married to them I can't really think of any off the top of my head, would be interested if you could share one or two that they're permanently married to. However, I could make a very long list of easy to implement fixes & features they could add that would offer different ways of doing things than the braindead way you have to do things now, while…
[1] http://support.microsoft.com/kb/214326/en-us
EDIT: Apparently Wikipedia has a list of "quirks". I haven't vetted any of the citations, but the page claims issues with statistical function accuracy, failures with modulo operations, confusing use of numeric precisions, and an inability to open two identically-named files
Re: You shouldn’t use a spreadsheet for important work
#24I have seen a lot of abuse/ over use of excel/VBA
I once had to write CRUD front-end with Excel/VBA activeX components retrieving data from Sybase / SQL Server databases.
Which could have been easily engineered as a simple web-app. "But NO .. IT HAD TO BE A FUCKING SPREADSHEET"
Re: You shouldn’t use a spreadsheet for important work
#25If it is not advisable, why is it accepted for software engineering professionals to manage their source code this way?
Re: You shouldn’t use a spreadsheet for important work
#26A thought experiment: is it advisable to save mission critical, structured information as a loose collection of schemaless text files? If it is not advisable, why is it accepted for software engineering professionals to manage their source code this way?
The E?-BNF provides a syntactical schema for the code and the rest of specification provides the semantic schema.
Re: You shouldn’t use a spreadsheet for important work
#27Re: You shouldn’t use a spreadsheet for important work
#28Honestly, I don't have a problem with the fact that Excel is used in so many cases - programming for non-programmers is important. My problem is that Excel is terrible . Its formula system is painful and the formulas are invisible. It's not that a light user DB/spreadsheet program is a bad idea, it's that Excel made a lot of terrible decisions 20 years ago and now they're married to them.
> Excel made a lot of terrible decisions 20 years ago and now they're married to them I can't really think of any off the top of my head, would be interested if you could share one or two that they're permanently married to. However, I could make a very long list of easy to implement fixes & features they could add that would offer different ways of doing things than the braindead way you have to do things now, while…
Now, replacing it with Python isn't better - any language that uses double-equals-signs is not fit for a layman-programming-platform.
Re: You shouldn’t use a spreadsheet for important work
#29Data in arrays, exports to CSV, facile API... what's not to love?
1) perl does have some good libraries to read Excel files without exporting
Re: You shouldn’t use a spreadsheet for important work
#30Earlier quoted context omitted.
I loved this article [3] from 2008, that argues that Excel and VBA were responsible for the credit crunch That's a rather aggressive phrasing of what the article says, that many of the calculations involved in the credit crunch were done in Excel/VBA.
Yes, I agree its a bit aggressive. Ultimately it was human nature... spreadsheets don't cause apocalyptic financial crises, overzealous capitalists with spreadsheets cause apocalyptic financial crises! The author was (is?) a recruiter for quants and financial developers so he certainly had a unique perspective.