New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
$("#Spreadsheet").ejSpreadsheet({
//..
loadComplete: "loadComplete",
});
function loadComplete(args) {
//To update cell value
this.XLEdit.updateValue("B3", "test");
} |