jQuery Calx is now updated to version 1.1.4.
This update revision fix several bugs found in both IE 7 and IE 8, as version 1.1.2 did not work at all when accessed using both IE 7 and IE 8.
You can download the latest update here https://github.com/ikhsan017/calx/archive/1.1.4.zip or try Calx in action here https://www.xsanisty.com/calx/showcase/
Your feedback will be much appreciated 😉
I have been looking to implement this plugin and I found a bug. When using a function needing to calculate the range of cells, if the cell is beyond Z, like AA, it is not parsing that correctly. I was able to fix the toNum(chr) method. The chr.split() needs to be chr.split(“”). The plugin is great, keep up the good work.