jQuery Spreadsheet Plugin - jExcel

Best jQuery plugin to dynamically generate spreadsheet using jQuery and HTML tables. External files are also supported. Also, support color picker, date picker, etc.

Key Features

  • Make rich web applications
  • Improve your clients software experience
  • Better CRUDS and beautiful UI
  • Compatibility with excel - just copy and paste
  • Powerful customizations

File Included

  • HTML Files
  • CSS Files
  • JS Files

Source Code:

<!-- Include jQuery library and jExcel plugin files -->
<link href="dist/css/jquery.jexcel.css" rel="stylesheet">
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="dist/js/jquery.jexcel.js"></script>

<!-- Create DIV for spreadsheet -->
<div id="spreadsheet"></div>

<!-- Call the plugin -->
<script>
	/* Define data for spreadsheet */
	var spreadsheet = [
	  ['Google', 1998, 807.80],
	  ['Apple', 1976, 116.52],
	  ['Yahoo', 1994, 38.66],
	];
	
	/* Call the plugin when page is loaded */
	$(document).ready(function() {
		$("#spreadsheet").jexcel({ 
			data: spreadsheet
		});
	});
</script>

Free - Download it right now!


Demo Download
Unlock Your Free Download for Just $2
92
Downloads
(0) Reviews
Compatible Browsers

Chrome, Firefox, Safari, Opera, IE9+, Edge

Technologies Used

JS, jQuery, CSS

Author
Licence

MIT

Reviews and Comments


Please login to write the review