Meriam 
							
						 
					 
					
						
						
						
						
							
						
						
							07c354cecf 
							
						 
					 
					
						
						
							
							Doc Replaced confusing emoji [ci skip]  
						
						
						
					 
					
						2021-09-14 01:23:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eb5fc87be4 
							
						 
					 
					
						
						
							
							version bump 0.12.11: file format range limits  
						
						
						
					 
					
						2018-04-27 16:42:58 -04:00 
						 
				 
			
				
					
						
							
							
								大黄蜂coder 
							
						 
					 
					
						
						
						
						
							
						
						
							b17a09849a 
							
						 
					 
					
						
						
							
							HTML TD 't' attribute ( fixes   #917 )  
						
						... 
						
						
						
						note: @sheetjsdev authored commit, original PR date/author used 
						
					 
					
						2017-12-12 02:14:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eff7d153e8 
							
						 
					 
					
						
						
							
							version bump 0.11.12: merging js-harb  
						
						... 
						
						
						
						- ETH format and utils merged from js-harb
- added shim to npm package (fixes  #911  h/t @dackmin)
- TS defs refresh
- updated test_files 
						
					 
					
						2017-12-03 23:41:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							825830d1cd 
							
						 
					 
					
						
						
							
							version bump 0.11.7: VFP DBF write  
						
						... 
						
						
						
						- DBF writer (dBASE II + VFP extensions)
- updated CFB to 0.13.2
- BIFF8 XLS write VBA 
						
					 
					
						2017-10-27 12:25:54 -04: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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c88f83940c 
							
						 
					 
					
						
						
							
							RTF write stub  
						
						... 
						
						
						
						- Empty WS on RTF read, rudimentary write
- reshape XLS VBA blob
- CI adding back old nodejs versions
- refresh tests and docs 
						
					 
					
						2017-10-02 04:15:36 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1a8f97269e 
							
						 
					 
					
						
						
							
							demo refresh [ci skip]  
						
						
						
					 
					
						2017-09-24 19:40:09 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d02650055d 
							
						 
					 
					
						
						
							
							version bump 0.11.4: BIFF8 XLS write  
						
						... 
						
						
						
						- xlsx bin script takes `-8, --xls` options for writing BIFF8
- updated CFB to 0.12.1, CRC32 to 1.1.1
- test file spelling error (h/t @jsoref)
- minified script renames write_shift / read_shift
- UTF8 and XML entity processing
Issues:
- fixes  #815  h/t @Neroth
- fixes  #739  h/t @LittleBreak @PWDream
- fixes  #553  h/t @keyiis
- fixes  #492  h/t @FlyingSailor @simonchan2013 
						
					 
					
						2017-09-22 18:18:51 -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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7d15f35e3e 
							
						 
					 
					
						
						
							
							version bump 0.11.0: new minified versions  
						
						... 
						
						
						
						- build script strips `require` statements
- finally every version is pinned (see #740  h/t @the-spyke)
- removed colloquialisms in README 
						
					 
					
						2017-08-01 01:50:53 -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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							245dd7fd82 
							
						 
					 
					
						
						
							
							Documentation improvements  
						
						... 
						
						
						
						- multiformat column widths (fixes  #591  h/t @sheeeeep)
- skip nested BIFF files 
						
					 
					
						2017-03-20 05:02:25 -04:00