forked from sheetjs/sheetjs
		
	- `BrtUid` record (fixes #1044 h/t @gustavosimil) - `sheet_to_json` allow default for errors (fixes #1035 h/t @arijitkanrar) - docs and demos update
		
			
				
	
	
	
		
			878 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			878 B
		
	
	
	
	
	
	
	
Installation
In the browser, just add a script tag:
<script lang="javascript" src="dist/xlsx.full.min.js"></script>
CDN Availability (click to show)
| CDN | URL | 
|---|---|
| unpkg | https://unpkg.com/xlsx/ | 
| jsDelivr | https://jsdelivr.com/package/npm/xlsx | 
| CDNjs | http://cdnjs.com/libraries/xlsx | 
| packd | https://bundle.run/xlsx@latest?name=XLSX | 
unpkg makes the latest version available at:
<script src="https://unpkg.com/xlsx/dist/xlsx.full.min.js"></script>
With npm:
$ npm install xlsx
With bower:
$ bower install js-xlsx