Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paulhodel/jexcel.git
Browse files Browse the repository at this point in the history
  • Loading branch information
pphod committed Dec 27, 2017
2 parents ca83b2a + 0b06d22 commit 642f263
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# [![Build Status](http://www.bossanova.uk/templates/default/img/logo-jexcel.png)](http://www.bossanova.uk/jexcel)
<p>
<a href="https://bossanova.uk/jexcel"><img src="https://bossanova.uk/templates/default/img/jexcel.gif" align="center" alt="jExcel | The javascript spreadsheet"/></a>
</p>

[**jExcel**](http://bossanova.uk/jexcel) is is a very light jquery plugin to embed a spreadsheet, compatible with Excel, in your browser. You can load data straight to a jExcel table from a JS array, json or even a CSV file. You can copy and paste from or to Excel straight to a jExcel table. You can easily integrate jExcel with other third party jquery plugin to create your own custom columns, custom editors, and much more. jExcel has a plenty of nice features such as key-value dropdown, CSV loading/exporting, multiple spreadsheets and much more. We have a large roadmap ahead and we are constantly improving, so don't forget to send us your ideas.

Expand Down Expand Up @@ -47,23 +49,23 @@ $('#mytable').jexcel({ data:data, colWidths: [ 300, 80, 100 ] });



- [Creating a table from an external CSV file](http://www.bossanova.uk/jexcel/examples/creating-a-table-from-an-external-csv-file)
- [Calendar column type](http://www.bossanova.uk/jexcel/examples/using-a-calendar-column-type)
- [Sorting by column](http://www.bossanova.uk/jexcel/examples/reorder)
- [Multiple spreadsheets in the same page](http://www.bossanova.uk/jexcel/examples/multiple-spreadsheets-in-the-same-page)
- [Integrating a third party plugin into jExcel](http://www.bossanova.uk/jexcel/examples/integrating-a-third-party-plugin-into-your-spreadsheet)
- [Currency and masking numbers](http://www.bossanova.uk/jexcel/examples/currency-and-masking-numbers)
- [Working with dropdowns](http://www.bossanova.uk/jexcel/examples/working-with-dropdowns)
- [Handling events](http://www.bossanova.uk/jexcel/examples/tracking-changes-on-the-spreadsheet)
- [Creating a table from an external CSV file](https://bossanova.uk/jexcel/examples/creating-a-table-from-an-external-csv-file)
- [Calendar column type](https://bossanova.uk/jexcel/examples/using-a-calendar-column-type)
- [Sorting by column](https://bossanova.uk/jexcel/examples/reorder)
- [Multiple spreadsheets in the same page](https://bossanova.uk/jexcel/examples/multiple-spreadsheets-in-the-same-page)
- [Integrating a third party plugin into jExcel](https://bossanova.uk/jexcel/examples/integrating-a-third-party-plugin-into-your-spreadsheet)
- [Currency and masking numbers](https://bossanova.uk/jexcel/examples/currency-and-masking-numbers)
- [Working with dropdowns](https://bossanova.uk/jexcel/examples/working-with-dropdowns)
- [Handling events](https://bossanova.uk/jexcel/examples/tracking-changes-on-the-spreadsheet)
- [Including formulas on your spreadsheet](http://www.bossanova.uk/jexcel/examples/including-formulas-on-your-spreadsheet)
- [Remote updates](http://www.bossanova.uk/jexcel/examples/remote-updates)

## Official website
- [jExcel Official](http://bossanova.uk/jexcel)
- [jExcel Official](https://bossanova.uk/jexcel)

## Screenshot
<p align="center">
<img src="http://bossanova.uk/templates/default/img/jexcel.gif" align="center" alt="jExcel - The javascript spreadsheet"/>
<img src="https://bossanova.uk/templates/default/img/jexcel.gif" align="center" alt="jExcel | The javascript spreadsheet | jquery plugin"/>
</p>

## Community
Expand Down

0 comments on commit 642f263

Please sign in to comment.