forked from sheetjs/sheetjs
		
	- `writeFile` support chrome extension (fixes #1051 h/t @atkinsam) - demo refresh
		
			
				
	
	
		
			18 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!-- (C) 2013-present  SheetJS http://sheetjs.com -->
 | |
| <!-- vim: set ts=2: -->
 | |
| <html>
 | |
| <head>
 | |
| <title>SheetJS Chrome Extension Export Test</title>
 | |
| <meta charset="utf-8" />
 | |
| </head>
 | |
| <body>
 | |
| <!-- SheetJS js-xlsx library -->
 | |
| <script type="text/javascript" src="xlsx.full.min.js"></script>
 | |
| 
 | |
| <button type="button" id="sjsdownload">Export Bookmarks</button>
 | |
| <a><div id="sjsversion">Version</div></a>
 | |
| 
 | |
| <script type="text/javascript" src="popup.js"></script>
 | |
| </body>
 | |
| </html> |