0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
enhancementgood first issue
Description
您的功能请求与问题有关吗? 单元格格式增加:中文大写数字
描述您想要的解决方案

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.
- 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.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic JavaScriptFamiliarity with Luckysheet cell format system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Explore the existing cell format implementation in Luckysheet, likely in the source code under src or similar. Find how other number formats (like currency, percentage) are defined and rendered. Add a new format for Chinese uppercase numbers by following the same pattern. Look for files related to cell formatting, possibly in the 'format' or 'cell' directories. Since no comments or linked PRs exist, the approach is to understand the codebase and implement the feature incrementally.