2ff31276b0 
							
						 
					 
					
						
						
							
							slk defined name parse  
						
						
						
					 
					
						2022-05-09 02:49:17 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							694cdcb75a 
							
						 
					 
					
						
						
							
							QPW and newline tests  
						
						
						
					 
					
						2022-04-25 05:30:09 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3c23b6ce35 
							
						 
					 
					
						
						
							
							test for KEY/PAGES files  
						
						
						
					 
					
						2022-03-26 17:50:27 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Lessels 
							
						 
					 
					
						
						
						
						
							
						
						
							a5b387716c 
							
						 
					 
					
						
						
							
							Fix rawNumber support inside sheet_to_json  
						
						
						
					 
					
						2022-03-20 16:29:24 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							61b17a8bc8 
							
						 
					 
					
						
						
							
							version bump 0.18.4  
						
						
						
					 
					
						2022-03-15 23:23:39 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5f0f2c91c5 
							
						 
					 
					
						
						
							
							version bump 0.18.0  
						
						... 
						
						
						
						- Removed global variables `XLS` and `ODS` from standalone browser build
- Removed `dist/jszip.js` from the package
- XLSX SST parse, fixes  #2503  
						
					 
					
						2022-02-01 00:58:45 -05:00 
						 
				 
			
				
					
						
							
							
								William Law 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d45669ba9a 
							
						 
					 
					
						
						
							
							add: unicode test cases for cross-sheet names ( #2047 )  
						
						
						
					 
					
						2020-07-05 02:32:27 -07:00 
						 
				 
			
				
					
						
							
							
								William Law 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ecbf4dc97 
							
						 
					 
					
						
						
							
							browser test cleanup ( #2039 )  
						
						... 
						
						
						
						* browser test cleanup
* add cases to core.js
* apply feedback 
						
					 
					
						2020-07-02 12:57:21 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eca6b457be 
							
						 
					 
					
						
						
							
							version bump 0.13.5: HTML newlines  
						
						... 
						
						
						
						- HTML Export emits `<br/>` (fixes  #1239  h/t @keithbox)
- Unicode Defined Name ODS 
						
					 
					
						2018-08-25 19:44:35 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							04d5e49e95 
							
						 
					 
					
						
						
							
							version bump 0.12.9: XLSX/XLSB abnormal paths  
						
						... 
						
						
						
						- support for arbitrary subfile paths in OPC
- updated CFB to 1.0.6 
						
					 
					
						2018-04-13 00:48:21 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b3873ea615 
							
						 
					 
					
						
						
							
							version bump 0.11.14: links  
						
						... 
						
						
						
						- BIFF5 + ODS read named ranges
- internal link range normalization
- BIFF8 + ODS link write
- internal link write (fixes  #685  h/t @gawi) 
						
					 
					
						2017-12-14 20:18:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f968dfe4ed 
							
						 
					 
					
						
						
							
							version bump 0.11.6: ancillary format update  
						
						... 
						
						
						
						- BIFF5 XLS write (bookType "biff5")
- DBF Level 7 read
- ODS whitespace and repeated rows
- flow and lint cleanup 
						
					 
					
						2017-10-16 20:14:32 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							af3df44633 
							
						 
					 
					
						
						
							
							version bump 0.11.5: "string" type  
						
						... 
						
						
						
						- proper JS string input / output type
- bower main now uses full version (fixes  #820  h/t @newmesiss)
- DOM parse directly acts on innerHTML (see #779  h/t @danxfisher)
- unicode core props and ext props (fixes  #822  h/t @fureweb-com)
- shim update for IE10/11
- test refresh and flow checks 
						
					 
					
						2017-09-30 02:18:11 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6a913d3a7b 
							
						 
					 
					
						
						
							
							version bump 0.10.8  
						
						... 
						
						
						
						- TS definition removed DOM references (fixes  #724  h/t @shaunc)
- extendscript inconsistent processing of bitwise ops
- updated browser tests 
						
					 
					
						2017-07-10 18:18:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c3c0bc5266 
							
						 
					 
					
						
						
							
							version bump 0.10.1: json_to_sheet, misc fmts  
						
						... 
						
						
						
						- SYLK auto fail into DSV on bad header (fixes  #651  h/t @mmancosu)
- CSV automatically wrap `ID` in quotes
- json_to_sheet (see issue #610 ) 
						
					 
					
						2017-05-11 14:36:32 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							810c447bf9 
							
						 
					 
					
						
						
							
							browser tests and doc cleanup [ci skip]  
						
						
						
					 
					
						2017-05-01 01:00:00 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b9dae134f2 
							
						 
					 
					
						
						
							
							TXT/PRN  
						
						... 
						
						
						
						- UTF-16 Unicode Text (TXT) write
- Lotus Formatted Text (PRN) read/write
- DBF version 2 field length adjustments
- throw errors if SheetNames is invalid (fixes  #376  h/t @pietersv) 
						
					 
					
						2017-04-02 20:16:03 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							97f7c1d4bf 
							
						 
					 
					
						
						
							
							sheet visibility  
						
						... 
						
						
						
						- XLSB read V H VH + write V H VH
- XLSX read V H VH + write V H VH
- XLML read V H VH + write V H VH
- XLS  read V H VH
- fixes  #123  h/t @rla-dev @Mior
- fixes  #464  h/t @enobufs @thowk
- fixes  #498  h/t @digity
- fixes  #503  h/t @digity 
						
					 
					
						2017-03-31 14:46:42 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							69782ca211 
							
						 
					 
					
						
						
							
							version bump 0.9.5: IE8+ browser tests  
						
						... 
						
						
						
						- minor changes to work around IE incompatibilities
- updated shim and browser tests 
						
					 
					
						2017-03-22 21:18:40 -04:00