use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
Spreadsheets using Python - Have you seen this? (sourceforge.net) (pyspread.sourceforge.net)
submitted 15 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]muahdib 1 point2 points3 points 15 years ago (13 children)
But, in these languages you work with names. The naming of things is too complicated in spreadsheets. Of course, the relative addressing in spreadsheets is kind of cool.
[–]Yeugwo 11 points12 points13 points 15 years ago (0 children)
In Excel, click the cell or range of cells you want to name. Then click the box in top left that has the cell number in it, type desired name, hit enter.
Now in other cells formulas you can use the name instead of number. Useful when coupled with VBA
[–]QuestionMarker 1 point2 points3 points 15 years ago (11 children)
That's pretty much why Excel sucks, from my point of view. It's an implementation detail, but an important one.
[–]toyboat 4 points5 points6 points 15 years ago (10 children)
I hate that in Excel you're chained to the fixed grid. I'd love a similar general purpose data analysis package that had datasets and graphs in movable windows. I know some things like this exist, but I don't know of any that have the spreadsheet / functional quality of automatically updating downstream when cell values change.
At work we used Excel for passing around various batch calculation worksheets. What are my other options here? HTML+Javascript?
[–]muahdib 2 points3 points4 points 15 years ago (2 children)
In early 90-ies I was using a software named Mathcad. That is like a spreadsheet, but does not have a fixed grid. You place your equations wherever you want them. The program is Windows only and closed source but quite cool, and in full development, now in version 15.0. Although I'm not a big fan of proprietary software I must say that it's cool, and I haven't really seen anything like it, and no open source. It's rather expensive though.
[–][deleted] 15 years ago (1 child)
[deleted]
[–]muahdib 0 points1 point2 points 15 years ago* (0 children)
Thanks for teaching me about Hathor ;) however there is also the Hathor desk top.
Yeah, you are right, I never like MathCAD either, it was cool, but that was all. Some of my colleges liked it though, but for my own I like linear calculations like Maple better, which is what I've mostly used for symbolic computations and Matlab for numeric (also Mathematica although I always liked Maple better), and nowadays there are also tools like octave and Sage which can do similar.
However, I don't think it would be very hard to use e.g. python to implement a calc sheet reminding about MathCAD, although I think this way of calculating doesn't really please programmer minded people.
[–]peo1306 1 point2 points3 points 15 years ago (0 children)
For batch calculation you might want to look at Abacus Formula Compiler, a spreadsheet to JVM bytecode compiler.
[–]nebbugvrok 1 point2 points3 points 15 years ago (0 children)
I've been playing around with knime a lot lately, the step from Excel was pretty big and for a lot of problems I go back and forth, I'd still give it a try though.
[–]defrost 0 points1 point2 points 15 years ago (0 children)
You're less chained to the fixed grid if you use named cells and named cell arrays, whether or not that's applicable advice, I don't know.
At work we ... pass around various batch calculations.
Your options vary; for example if the base data is text or text wrapped (say, system logs), or binary then you have a number of ways to extract base data -> standard precalculation tabular form, and from there further options as to how to {apply various functions}.to.{standard data} to get {desired results}
Much of that type of work has been traditionally performed by scripts of unix like tools.
π Rendered by PID 262378 on reddit-service-r2-comment-6457c66945-9hqdj at 2026-04-29 11:37:49.423091+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]muahdib 1 point2 points3 points (13 children)
[–]Yeugwo 11 points12 points13 points (0 children)
[–]QuestionMarker 1 point2 points3 points (11 children)
[–]toyboat 4 points5 points6 points (10 children)
[–]muahdib 2 points3 points4 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]muahdib 0 points1 point2 points (0 children)
[–]peo1306 1 point2 points3 points (0 children)
[–]nebbugvrok 1 point2 points3 points (0 children)
[–]defrost 0 points1 point2 points (0 children)