| > PY cells are evaluated from left to right and top to bottom. This includes the sheets, so the first sheet gets calculated before the second sheet, etc. Oh, no. This is MS Excel 4.0 Macro sheets (Ctrl+F11) all over again, except somehow with a worse execution order. > It prevents you from referencing a cell with a Python object directly, as you’re always running the risk that someday, someone switches that cell to Values mode, which would break any formula that references this cell in object mode. That's not a major concern. Excel already has a dozen footguns painted exactly this colour. > So which output is my df1, and which one is my df2? I have no idea unless I look up the code that is sitting in cells L2 and K2 Excel still lets you name cells, does it not? > In fact, I agree that the cloud is the best way to bring Python to Excel. Heretic! |
It does, but that too is a half assed feature so users struggle with it IRL