请问setCellFormat(row, column, attr, value [,setting])
这个方法可以自己设置属性和属性值吗?单元格属性表里没有的
Contributor guide
Tech stack
javascript
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
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.
clear
Prerequisites
basic JavaScriptLuckysheet API
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Investigate the current implementation of setCellFormat in Luckysheet's source code (likely in src/ or package). Check the documentation for allowed attributes. If custom attributes are not supported, consider implementing a way to pass an options object or extending the attribute list. Also, look for any related issues or PRs that discuss this feature. If the feature already exists, update the documentation and close the issue. If not, propose a design for extensibility.
[BUG]setCellFormat支持额外属性 · dream-num/Luckysheet#421 | Good First Issue