Alberto1202 / zkspreadsheet

Automatically exported from code.google.com/p/zkspreadsheet
0 stars 0 forks source link

Cell formula is not properly shifted when delete rows #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start zssapp
2. select row 2, 3, 4
3. right click to delete rows

What is the expected output? What do you see instead?
Expect: row 2, 3, 4 is deleted
Real: alert window complaining unknown error code -60.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chenhe...@gmail.com on 11 Nov 2010 at 4:36

GoogleCodeExporter commented 9 years ago
Cell formula in F25 reference F22. After rows removed, F25 become F22 and the 
formula shall reference F19; however, it does not shift at all and cause a 
circular reference.

Original comment by chenhe...@gmail.com on 11 Nov 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Fixed since Nov. 11, 2010.

Original comment by chenhe...@gmail.com on 11 Nov 2010 at 4:38