File: |
table2Excel.js |
Role: |
Class source |
Content type: |
text/plain |
Description: |
class itself |
Class: |
JavaScript HTML Table Excel Export
Export HTML table data to Excel format |
Author: |
By Gianluca Zanferrari |
Last change: |
Line 19 shows
return window.btoa(unescape(encodeURIComponent(s)))
I have changed this to
return window.btoa(decodeURIComponent(encodeURIComponent(s))); |
Date: |
9 years ago |
Size: |
2,367 bytes |
|
|
|