Excelint https://github.com/plasma-umass/ExceLint-addin CheckCel https://github.com/plasma-umass/DataDebug
What's the difference between https://github.com/plasma-umass/ExceLint-addin and https://github.com/ExceLint/ExceLint ?
Saving the World from Spreadsheets [video]
21–27 of 27 posts
Re: Saving the World from Spreadsheets [video]
#22Check out the guy with his face planted in his keyboard at 9:05! Is that what spreadsheet debugging looks like? Edit: at 13:40, maybe he's just using facebook. Edit2: I'm sorry for putting it that way, I didn't mean to shame him about his vision. I only thought it seemed like he wasn't paying much attention to the lecture when he kept switching between using his phone and laptop, while wearing a "facebook" t-shirt.
Re: Saving the World from Spreadsheets [video]
#23Earlier quoted context omitted.
What's the difference between https://github.com/plasma-umass/ExceLint-addin and https://github.com/ExceLint/ExceLint ?
(ExceLint co-author and the speaker on this video here) The first one is the latest version which works in all modern Excel versions (Windows, Mac, Online). It’s a rewrite in TypeScript I did while on sabbatical this year at Microsoft Research (also it has faster and improved algorithms and more features to further improve its precision and usability). It is actively under development. Installation instructions are i…
Re: Saving the World from Spreadsheets [video]
#24Earlier quoted context omitted.
(ExceLint co-author and the speaker on this video here) The first one is the latest version which works in all modern Excel versions (Windows, Mac, Online). It’s a rewrite in TypeScript I did while on sabbatical this year at Microsoft Research (also it has faster and improved algorithms and more features to further improve its precision and usability). It is actively under development. Installation instructions are i…
Cool! Does it include all the capabilities of https://github.com/plasma-umass/DataDebug or should/could both be installed?
Re: Saving the World from Spreadsheets [video]
#25I'm an R advocate. I call R the "Excel Buster". I think reproducible research is very important and tools should follow. Excel has its place in fast mathematics prototyping but for reproducible research it is quite lacking.
I actually think you are more possibly to make mistakes in R than in Excel. Because in Excel you always see the results directly, and you can even easily catch an anomaly in a single cell. But in R it takes one more step to see the results, and you probably won't see results of all the rows directly.
sum(1, 2, 3, 10)
[1] 16 # great
mean(1, 2, 3, 10)
[1] 1 # wait, what?Re: Saving the World from Spreadsheets [video]
#26I'm an R advocate. I call R the "Excel Buster". I think reproducible research is very important and tools should follow. Excel has its place in fast mathematics prototyping but for reproducible research it is quite lacking.
Vast majority of Excel users would implode learning R.
Re: Saving the World from Spreadsheets [video]
#27I have a habit of taking notes on these types of talks when I stumble upon them, so for anyone interested, here's a quick write up of the video. Some of it is paraphrased,. * "[Microsoft estimates that 750M users of Excel. (%7 of the world population).]" * Spreadsheet errors basically ruined the economy of Greece. * "State of the art" is manually double checking your formulas. This is what the experts suggest… * Ther…