For excessively paranoid client authentication.
Updated Apr 5 2019:
because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.
some other notes:
| <html> | |
| <head> | |
| <title>exceljs sample</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/exceljs/1.6.2/exceljs.js"></script> | |
| <script> | |
| function save(blob, fileName) { | |
| var a = document.createElement("a"); | |
| document.body.appendChild(a); |