forked from sheetjs/sheetjs
		
	- add BOM to `stream.to_csv` (fixes #1024 h/t @hr5959) - `utils.format_cell` type (h/t @victorj2307) - duktape niggles - demo cleanup
		
			
				
	
	
		
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: test ctest
 | 
						|
test:
 | 
						|
	cp ../../dist/xlsx.full.min.js .
 | 
						|
	node test.node.js
 | 
						|
 | 
						|
ctest:
 | 
						|
	python -mSimpleHTTPServer
 |