How can I update a cell in the kendoSpreadsheet through javascript code without it being bound? I want to be able to do something like:
myKendoSpreadsheet.ActiveSheet().cell(0,4) = '56';
I cannot find this in the documentation. I don't want to pull in the entire spreadsheet, just update a single cell.
Thanks,
Scott Hathaway
Bell Helicopter