Closed ForrestSu closed 5 years ago
The same problem with you, beg for the key to the problem
same problem
When executing the following codes, the connection to the server lost immediately. So my guess is: for now the app does not support 100+ rows nor "P"+ columns. When asking values out of the limited range, an internal error occurs.
sheet("A101", 1.0)
sheet("P1", 1.0)
same problem
It's apparently well hidden, but you can right-click the sheet and change its size to get more rows!
It seems that the maximum number of rows is not restricted, but if you set the cells above million, you will receive this message: You're creating over a million cells, Grid isn't fully optimized yet. This amount could result in degraded user experience, are you sure you want to continue?
What is the maximum number of rows supported by the gridstudio?