quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
3.04k stars 155 forks source link

Excel imports should start at 0,0 (currently they start at 0,1) #2092

Open luke-quadratic opened 2 days ago

ddimaria commented 2 days ago

@luke-quadratic we may want to make this (1,1) since (0,0) is going away. @davidfig do you know if this is already resolved in your branch?

AyushAgrawal-A2 commented 2 days ago

duplicate of #1535

current import matches A1 of excel to A1 of quadratic so as to not break formula references, this will be fixed in https://github.com/quadratichq/quadratic/pull/1922 automatically