Skip to content

Light weight jQuery plugin for export HTML table to excel file

Notifications You must be signed in to change notification settings

tanvirs2/jQuery-TableToExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tableToExcel

Light weight jQuery plugin for export table to excel file

Demos

Website and demo here:

http://tanvirpro.com/all_project/bengaliDigitConverter

Get started

Include jQuery and the plugin.

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/jquery.bengaliDigitConverter.js"></script>

To change any Bengali digit on your HTML page.

Write an input field or any HTML element

<span>১২৩৪৫৬৭৮৯</span>
<input type="text" value="১৯৭১"> 

Apply the plugin to input or any element on your HTML page and get replace Bengali digit to English digit.

<script>
    $(selector).convertBengaliDigit();
</script>

Results

Returns Bengali digit in English

  
১৯৭১ -> 1971

২০১৮ -> 2018

০১২৩৪৫৬৭৮৯ -> 0123456789

Settings

  • complete — Callback function trigged after the detection is completed

      	
    complete: function () {
    	// ...
    }
    

About

Light weight jQuery plugin for export HTML table to excel file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published