forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			344 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			344 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <head>
 | |
| 	<title>meteor-xlsx</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| <pre>
 | |
| <b><a href="//sheetjs.com">SheetJS Meteor Demo</a></b>
 | |
| 
 | |
| {{> sheetjs}}
 | |
| 
 | |
| </pre>
 | |
| </body>
 | |
| 
 | |
| <template name="sheetjs">
 | |
| 	<label for="upload">Parse File: </label><input type="file" id="upload" />
 | |
| 	<div id="out"></div>
 | |
| 	<button id="dnload" disabled="true">Generate Worksheet</button>
 | |
| </template>
 |