https://github.com/oshanz/2excel
Customize HTML table dynamically and Export as Excel.
https://github.com/oshanz/2excel
Last synced: 2 months ago
JSON representation
Customize HTML table dynamically and Export as Excel.
- Host: GitHub
- URL: https://github.com/oshanz/2excel
- Owner: oshanz
- License: gpl-3.0
- Created: 2014-03-28T07:36:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T08:59:15.000Z (almost 11 years ago)
- Last Synced: 2025-02-18T04:06:37.864Z (2 months ago)
- Language: JavaScript
- Homepage: https://oshanz.github.io/2Excel/
- Size: 652 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/danml.js
- License: LICENSE
Awesome Lists containing this project
README
2Excel
======Customize HTML table dynamically and Export as Excel.

***Examples***
ExportExcel.js need jquery + jquery ui*Methods*
1. To export complete table
function ExportExcel(table_id, strFileName);2. Export without selected columns (buttons...) => ex :- rc_array=[0,3]
function rExportExcel(table_id, strFileName, rc_array)3. Export as user want => import colorbox.css with /images + jquery.colorbo-min.js
function cExportExcel(table_id, strFileName)