copyArrayToMatrix in javascript?

djlbe's icon

Hi,
Since I found that copyArrayToMatrix method in JAVA for quickly update the content of a matrix, I'm wondering if it is possible to do something similar using Javascript, for the moment I'm still using the setcell method which is slow..

thank

djlbe's icon

anyone?

Jesse's icon

It's not possible in javascript - you have to use Java or the C API.

djlbe's icon

okok, thank you : )