Best JavaScript Data Grids and Spreadsheets

jExcel Spreadsheet

Advantages

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

Download:

Githut Download

Usage:

<html>
<script src="https://bossanova.uk/jspreadsheet/v4/jexcel.js"></script>
<link rel="stylesheet" href="https://bossanova.uk/jspreadsheet/v4/jexcel.css" type="text/css" />

<div id="spreadsheet"></div>

<script>
var data = [
  ['Google', 1998, 807.80],
  ['Apple', 1976, 116.52],
  ['Yahoo', 1994, 38.66],
];

jspreadsheet(document.getElementById('spreadsheet'), {
  data: data,
  colWidths: [ 300, 80, 100 ],
});
</script>
</html>

Screenshot

jExcel Spreadsheet

Examples:

Roadmap:

We are working hard to create a better plugin, but jExcel is under development. We would love to hear your ideas to make it great. We are glad to say new features are coming every day, and we are currently working in features such as:

  • Merged cells
  • Multiple tabs
  • Big data (partial table loading)
  • Pagination
  • Online work collaboration

More suggestions are welcome. Please send your comments in our Github page.

STATS ON GITHUB

  • 6591
  • 803
  • 147
  • License: MIT
  • Author: Paul Hodel
  • Last update: N/A

TRENDS