| 
									
										
										
										
											2024-05-26 07:50:55 +00:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | # https://docs.sheetjs.com/docs/demos/engines/rb | 
					
						
							| 
									
										
										
										
											2025-02-17 04:49:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-05-26 07:50:55 +00:00
										 |  |  | cd /tmp | 
					
						
							|  |  |  | rm -rf sheetjs-rb | 
					
						
							| 
									
										
										
										
											2025-02-17 04:49:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-05-26 07:50:55 +00:00
										 |  |  | mkdir -p sheetjs-rb | 
					
						
							|  |  |  | cd sheetjs-rb | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | curl -LO https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js | 
					
						
							| 
									
										
										
										
											2025-02-17 04:49:35 +00:00
										 |  |  | curl -LO https://docs.sheetjs.com/pres.numbers | 
					
						
							| 
									
										
										
										
											2024-05-26 07:50:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | curl -LO https://docs.sheetjs.com/execjs/ExecSheetJS.rb | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-25 07:16:41 +00:00
										 |  |  | ruby ExecSheetJS.rb pres.numbers; echo $? | 
					
						
							| 
									
										
										
										
											2025-02-17 04:49:35 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | npx -y xlsx-cli sheetjsw.xlsb |