jspreadsheet / jspreadsheet/ce
About Docs and Programmatically changes
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
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 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