I have a sheet with a header column, that I would like to preserve during an import of an Excel file.
In a kendoUpload.success event I import the uploaded Excel file like this: $spreadsheet.fromJSON(e.response);
Is there a clever way to have e.response inserted into the second column starting at cell A2?
/Morten