jquery-spreadsheet

1.0.6 • Public • Published

SpreadSheet Jquery Plugin

Spreadsheet is a small jQuery plugin, which can be used with an element in dom like $(Html Element).spreadSheetCalc(options).

Install

$ npm install --save jquery-spreadsheet

Usage

var options = { url: "<API base Url>", requestType: "POST", body: body, successCallback: successCallback };

$('#testElementId').spreadSheetCalc(options);

API

Available 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 (){};
} 

License

Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php).

Copyright (c) 2017 Noxum

Package Sidebar

Install

npm i jquery-spreadsheet

Weekly Downloads

9

Version

1.0.6

License

MIT

Last publish

Collaborators

  • nishil_athikkal_noxum