jspreadsheet / jspreadsheet/ce

About Docs and Programmatically changes

Open
#1,079 1 comment 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

Hello there,
I see that in the Docs there is reference for some functions like jexcel.getColumnNameFromId that can be found in the examples, but this same function isn't anywhere to be found in the "Programmatically changes" section.

I'm wondering if there is many others useful functions, properties or handlers that aren't in the Docs.

You can see the example of what I'm talking about here
var changed = function(instance, cell, x, y, value) { var cellName = jexcel.getColumnNameFromId([x,y]); $('#log').append('New change on cell ' + cellName + ' to: ' + value + ' '); }

But there is no reference of this ".getColumnNameFromId" to be found in Programmatically changes, _Handling event_s nor Quick reference section.

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 events example and compare its referenced APIs against the Programmatically changes, Handling events, and Quick reference sections. Determine which functions, properties, or handlers are missing from the documentation; done means the identified public references are documented in the appropriate sections.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.