title: Jspreadsheet | Examples | Formulas on Spreadsheet keywords: Jexcel, jquery, javascript, bootstrap, table design, spreadsheet, CSV, table, grid, autocomplete, customization, column description: Using Functions inside your spreadsheet [Back to Examples](/jspreadsheet/v2/examples) # Including formulas on your javascript spreadsheet plugin The example below shows how to use Excel like formulas on your jquery spreadsheet. ## Source code ```html
``` # Third party formula implementations You can use a third party libraries to execute various Excel like formulas. ## Source code ```html
``` # Custom javascript formulas The example below shows how to create your own method in javascript to apply as a Excel like formula ## Source code ```html
```