0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
buggood first issue
Description
setCellFormat(row, column, attr, value [,setting])。我用这个,改了公式没生效
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- bug
- 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-3 hours
- 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.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the setCellFormat function in Luckysheet source code, likely in src/ or similar. Understand how formulas are handled when cell format is changed via API. The issue reports that changing formula via setCellFormat does not take effect. Check if there is a missing trigger for recalculation. Look at test files or documentation for expected behavior.