jspreadsheet / jspreadsheet/ce
how to update cell with proogram with pro version?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Hi Paul
I'm using pro version, special cell can be using init data to build jexcel. like this
https://jexcel.net/v5/cases/payment-calculator
and now i has new issule ,how to change it by programmatically? i can using getcells return it .
and got error msg "cellName is not defined" when i using setcell .like this
table.setCells('D1',object) .
thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the payment-calculator example linked in the issue and the reported setCells('D1', object) call. Compare it with the getcells result and investigate the “cellName is not defined” error; done means documenting or reproducing the correct programmatic cell-update behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100