jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.7k stars 820 forks source link

About Docs and Programmatically changes #1079

Open jacksonbenete opened 4 years ago

jacksonbenete commented 4 years ago

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!

pphod commented 4 years ago

Yes, you are right. The helpers functions are not in the documentation yet. But it should be in the future. Thanks ;)