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:
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
Examples:
- Creating a table from an external CSV file
- Calendar column type
- Sorting by column
- Multiple spreadsheets in the same page
- Integrating a third party plugin into jExcel
- Currency and masking numbers
- Working with dropdowns
- Handling events
- Including formulas on your spreadsheet
- Remote updates
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
- 6760
- 827
- 144
- License: MIT
- Author: Paul Hodel
- Last update: N/A