635310b639 
							
						 
					 
					
						
						
							
							version bump 0.11.3: "array" type  
						
						... 
						
						
						
						- phased out Array map invocations (fixes  #620  h/t @dullin)
- "array" type supports Uint8Array
- Headless browser examples
- blank cells are omitted or stubbed (fixes  #779  h/t @domxa)
- removed transferrables from demo 
						
					 
					
						2017-08-19 19:06:34 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2ea9c95839 
							
						 
					 
					
						
						
							
							HTML and CSV parsing  
						
						... 
						
						
						
						- blank cells are omitted or stubbed (fixes  #770  h/t @doxma)
- bare equals signs are interpred as strings
- CSV / TSV determination based on frequency (fixes  #732  h/t @nknapp)
- HTML DOM Element and CSV tests
- XLS do not leak XF and index (fixes  #782  h/t @the-spyke)
- cellText and cellNF apply to CSV (fixes  #781  h/t @the-spyke) 
						
					 
					
						2017-08-18 14:10:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							807eac273b 
							
						 
					 
					
						
						
							
							miscellany  
						
						... 
						
						
						
						- systemjs browser example
- more precise file type resolution
- small corner cases from test corpus
- removed neq in tests (fixes  #735  h/t @TeamworkGuy2)
- package.json devDependencies versions (fixes  #740  h/t @the-spyke) 
						
					 
					
						2017-07-26 04:35:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1988338deb 
							
						 
					 
					
						
						
							
							version bump 0.10.6: encoding tweaks  
						
						... 
						
						
						
						- updated codepage to 1.9.0
- replaced \u2603 with \s\S (fixes  #687  h/t @clgnik) 
						
					 
					
						2017-06-24 02:51:37 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6a100b9085 
							
						 
					 
					
						
						
							
							rollup demo [ci skip]  
						
						
						
					 
					
						2017-06-08 02:19:11 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3fde651a8c 
							
						 
					 
					
						
						
							
							sheet_to_html  
						
						... 
						
						
						
						- added to TS definition and tests
- clarified behavior of plaintext files (fixes  #641  h/t @dskrvk)
- removed old test files 
						
					 
					
						2017-05-16 13:45:35 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							810c447bf9 
							
						 
					 
					
						
						
							
							browser tests and doc cleanup [ci skip]  
						
						
						
					 
					
						2017-05-01 01:00:00 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b9bc0a1627 
							
						 
					 
					
						
						
							
							version bump 0.9.13: string formatting  
						
						... 
						
						
						
						- dateNF parse option controls interpretation of code 14
- SSF updated to 0.9.1
- SYLK write formulae
- DIF support Excel-style data storage
- ODS/FODS automatic styles for date formatting
Issues:
- Fixes  #181  h/t @CharlesNo
- Fixes  #200  h/t @JohnJeong123
- Fixes  #208  h/t @jerryhe88
- Fixes  #262  h/t @JohnJeong123
- Fixes  #269  h/t @calebeaires
- Fixes  #326  h/t @railty
- Fixes  #392  h/t @FourLeafClover
- Fixes  #449  h/t @dougschiller
- Fixes  #560  h/t @dpackage 
						
					 
					
						2017-04-30 12:27:03 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8c4f1f4e84 
							
						 
					 
					
						
						
							
							version bump 0.9.12  
						
						... 
						
						
						
						`cellText` parse option controls `.w` output (fixes  #640  h/t @SCullman) 
						
					 
					
						2017-04-21 18:02:05 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1d61054602 
							
						 
					 
					
						
						
							
							HTML Write support  
						
						... 
						
						
						
						- 'html' bookType write format
- basic HTML entity encoding (fixes  #629  h/t @xkr47)
- HTML string and table merge cell fixes
- doc notes on nodejs streaming 
						
					 
					
						2017-04-16 00:32:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6a3afe56c2 
							
						 
					 
					
						
						
							
							Lotus / Quattro Pro read support  
						
						
						
					 
					
						2017-04-04 12:09:41 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							01d1c32fa1 
							
						 
					 
					
						
						
							
							version bump 0.9.9: basic TXT/CSV read  
						
						... 
						
						
						
						fixes  #489  h/t @vijayst
fixes  #617  h/t @ayush000 
					
						2017-04-03 02:02:05 -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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3a310bd3a7 
							
						 
					 
					
						
						
							
							Read/Write Comments  
						
						... 
						
						
						
						- XLSB/XLSX/XLML write comments
- BIFF2 write date cells (see #586  h/t @roccomuso)
- ODS read cell comments (fixed  #315  h/t @yisk)
- XLSX / XLSB emit empty comments when necessary
- changed node detection logic (fixes  #614  h/t @mhenris)
- fixes  #605  h/t @ylbweb
- fixes  #233  h/t @hanxi @osecki
- fixes  #192  h/t @abarik1981 @stla
- fixes  #183  h/t @aravindkoneru @ryangallen 
						
					 
					
						2017-04-02 02:47:25 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b93569badf 
							
						 
					 
					
						
						
							
							more formats from js-harb  
						
						... 
						
						
						
						- clarify usage of Props and Custprops (fixes  #274  h/t @michahell)
- SYLK from js-harb
- DIF from js-harb
- HTML empty string bug fix 
						
					 
					
						2017-04-01 03:32:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							085150db3b 
							
						 
					 
					
						
						
							
							DBF from js-harb  
						
						... 
						
						
						
						- merged DBF from js-harb (fixes  #407  h/t @joefreire)
- updated codepage to 1.8.0
- stub for macro/dialog sheet parsing (fixes  #292  h/t @GenoD)
- XLSB/XLSM write vbaraw (fixes  #606  h/t @johnothetree)
- phantomjs demo (fixes  #184  h/t @machinewu) 
						
					 
					
						2017-03-28 00:41:01 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							70c48a74b9 
							
						 
					 
					
						
						
							
							API Improvements  
						
						... 
						
						
						
						- `aoa_to_sheet` function (fixes  #314  h/t @fonzy2013 @rvdwijngaard)
- `writeFileAsync` function (fixes  #396  h/t @barbalex)
- `sheet_to_json` tests + docs + blankrows (fixes  #602  h/t @EEaglehouse)
- write number format scan now includes every index >= 50
- propagate SSF IE8 fixes (fixes  #171  h/t @sheetjsdev)
- update shim for extendscript (see #603  h/t @firas3d)
- more flow type definitions 
						
					 
					
						2017-03-24 21:36:40 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a846f7184d 
							
						 
					 
					
						
						
							
							utility improvements  
						
						... 
						
						
						
						- sheet_to_csv strip option (fixes  #182  h/t @davidworkman9)
- sheet_to_json dateNF option (fixes  #134  h/t @rotemtam)
- file type detection expanded to 4 byte magic number 
						
					 
					
						2017-03-22 03:50:11 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							245dd7fd82 
							
						 
					 
					
						
						
							
							Documentation improvements  
						
						... 
						
						
						
						- multiformat column widths (fixes  #591  h/t @sheeeeep)
- skip nested BIFF files 
						
					 
					
						2017-03-20 05:02:25 -04:00