PySheets / pysheets

Source for PySheets
Other
18 stars 2 forks source link

Support row/column manipulation #33

Open pykurtosis opened 4 months ago

pykurtosis commented 4 months ago

Add simple row manipulation controls, examples add row above,add row below, add column, clear cells, etc etc

laffra commented 4 months ago

I had this working a few weeks ago, but I first need to fix how Python scripts are parsed to find inputs. Namely, if a script refers to say, E4, and you insert a column after column A, the script needs to be edited and E4 now becomes F4. This means we need automated refactoring of scripts based on column/row operations.