this post was submitted on 23 Aug 2023
46 points (100.0% liked)
Programming
13368 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Forgive me if I'm wrong, but isn't that something entirely different? This is python in a cell of a spreadsheet, which could be really good, but what you linked seems to be for macros, same as excel's VBA
Good point, that's another difference between the two. Although you can probably achieve the same result with both.
Not depending on the cloud processing your data is more important in my opinion.
Python in a spreadsheet would be so helpful, abstracting it out to macros less so. Better than making them in VBA I'm sure, but still not the same thing.
I'm very basic, more thinking about stuff like using Python f-strings and string formatting vs excels formatting.