ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.54k stars 227 forks source link

#605 fixed: copy ignores hidden rows, columns in all cases + linter issues #612

Closed Corbe30 closed 4 weeks ago

Corbe30 commented 1 month ago
  1. Issue #605 fixed, tested in different scenarios - singleCell check not needed.
  2. Ignore hidden columns as well
  3. lint issues fixed

Note: In Google Sheets, hidden rows and filtered rows behave differently, in fortunesheet its treated the same. In Sheets, on pasting, filtered rows are ignored but hidden rows are not.