Alberto1202 / zkspreadsheet

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

Transpose pasteSpecial shall reverse Row/Column formula reference #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start zssapp
2. select F16 and copy
3. pastespecial with "traspose" to cell K17
4. look the pasted formula in K17

What is the expected output? What do you see instead?
Expected: AVERAGE($F$8, J17)
Real: AVERAGE($F$8, K16)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chenhe...@gmail.com on 11 Dec 2010 at 3:13

GoogleCodeExporter commented 9 years ago
Fixed since Dec. 12, 2010.

Original comment by chenhe...@gmail.com on 11 Dec 2010 at 4:56