react-datasheet icon indicating copy to clipboard operation
react-datasheet copied to clipboard

Cell selection issues in sheets with colSpan or rowSpan

Open RajuSuranagi opened this issue 5 years ago • 2 comments

I have cells A:D and 1:10 with varying colSpans and rowSpans. When selecting all cells, the selection works perfectly. But when selecting few rows with colSpan or rowSpan, the cells selected will be 'n' where n > number of cells in given row under the selection greater than number of cells (irrespective of any colSpan) in any other row.

Example: Rows: A1:D1 (colSpan 4) E1 F1 A2 B2 C2 D2 E2:F2

Mouse drag: A1:D1 and down

Selected Cells (Result): A1:D1, E1, F1, A2, B2, C2

Expected: A1:D1 A2, B2, C2

RajuSuranagi avatar Jan 30 '20 13:01 RajuSuranagi

I have the same issue, any informations?

ettanass avatar Jun 24 '20 15:06 ettanass

i have same problem. did you any progress? Test

resulyrt93 avatar Dec 04 '20 17:12 resulyrt93