| 
									
										
										
										
											2017-04-16 04:32:13 +00:00
										 |  |  | ### Streaming Write
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-16 07:31:21 +00:00
										 |  |  | The streaming write functions are available in the `XLSX.stream` object.  They | 
					
						
							|  |  |  | take the same arguments as the normal write functions but return a readable | 
					
						
							|  |  |  | stream.  They are only exposed in node. | 
					
						
							| 
									
										
										
										
											2017-04-16 04:32:13 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-16 07:31:21 +00:00
										 |  |  | - `XLSX.stream.to_csv` is the streaming version of `XLSX.utils.sheet_to_csv`. | 
					
						
							|  |  |  | - `XLSX.stream.to_html` is the streaming version of the HTML output type. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <https://github.com/sheetjs/sheetaki> pipes write streams to nodejs response. | 
					
						
							| 
									
										
										
										
											2017-04-30 20:37:53 +00:00
										 |  |  | 
 |