jspreadsheet / jspreadsheet/ce

how to update cell with proogram with pro version?

Open
#1,148 9 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.