myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
14.2k stars 1.71k forks source link

CellRange issues on data updates #342

Open azal-io opened 4 years ago

azal-io commented 4 years ago

Whenever a new data entered into a cell, it updates the cellrange but it has some bugs:

Example: START: (I9 is the edge here) eci: 8 eri: 8 h: 225 sci: 0 sri: 0 w: 1000

UPDATE new data on cell D15

END (I9 is no more the edge) eci: 3 eri: 14 h: 375 sci: 0 sri: 0 w: 500

EXPECTED: eci: 8 eri: 14 h: 375 sci: 0 sri: 0 w: 500

azal-io commented 4 years ago

2020-08-04_16-01-09

azarcore commented 4 years ago

Any updates on this issue?