Spreadsheet is a small jQuery plugin, which can be used with an element in dom like
$(Html Element
).spreadSheetCalc(options
).
$ npm install --save jquery-spreadsheet
var options = { url: "<API base Url>", requestType: "POST", body: body, successCallback: successCallback };
$('#testElementId').spreadSheetCalc(options);
var options = {
url = "",
authorization = "",
username = "",
password = "",
requestType = "POST",
contentType = "application/json,
charset=utf-8",
dataType = "json",
cacheControl = "no-cache",
body = {},
successCallback = function (){},
errorCallback = function (){};
}
Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php).
Copyright (c) 2017 Noxum