DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
basic JavaScriptunderstanding of spreadsheet data structures
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Analyze the filtering logic in the Luckysheet source code, particularly in files related to data filtering and large dataset handling. Reproduce the issue locally with 6000 rows of Excel data to observe the data loss. Examine the code for any limitations in data processing when filtering. Check the repository for any existing discussions or fixes related to data loss during filtering.
[BUG]发现了个bug 数据量在6000时筛选数据丢失 · dream-num/Luckysheet#451 | Good First Issue