5a3774e36e 
							
						 
					 
					
						
						
							
							Formula write support  
						
						... 
						
						
						
						- XLSX/XLML/ODS/CSV formula write
- XLS Array/Formula record parsing
- ODS to/from CSF formula conversion
- XLML parse negative dates
- formula multiformat and roundtrip tests
- update SSF
Closes issues:
- closes  #549  h/t @omershelef
- closes  #306  h/t @akaustel
- closes  #300  h/t @wawanopoulos
- closes  #152  h/t @florf
- closes  #103  h/t @christocracy
- closes  #112  h/t @johnyesberg
- closes  #307  h/t @alexanderknapstein 
						
					 
					
						2017-03-17 20:45:06 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7b6fb7b327 
							
						 
					 
					
						
						
							
							version bump 0.8.8: HTML  
						
						... 
						
						
						
						- read MSO HTML (fixes  #419  h/t @vineetl fixes  #458  h/t @tienne)
- roll out xml namespace fix (closes  #362  h/t @PierreOCXP)
- cellDates clarifications 
						
					 
					
						2017-03-09 00:24:32 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5ae6b1965b 
							
						 
					 
					
						
						
							
							version bump 0.8.6: module flush  
						
						... 
						
						
						
						- fixes  #571  h/t @FredrikL @mooyoul
- pin npm version in travis, see https://github.com/npm/npm/issues/15855 
- updated CFB (fixes  #569  h/t @e12009)
- remove BOM for some SpreadsheetML files
case insensitive zip file search fixes:
- fixes  #439  h/t @chikh
- fixes  #440  h/t @chikh
- fixes  #567  h/t @duzun 
						
					 
					
						2017-02-24 02:33:01 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7408679252 
							
						 
					 
					
						
						
							
							version bump 0.8.5: FODS/UOS and IE6+ support  
						
						... 
						
						
						
						- read and write support for Flat ODS files
- read support for Uniform Office Spreadsheet (UOS)
- IE6-8 cell regex split fix (fixes  #350  #140  #268  h/t @Aymkdn @C0d3ine)
- replace substr negative index with slices (fixes  #351  h/t @Aymkdn)
- ODS parsexmltag ignores ext overrides (fixes  #548  h/t @lgodard)
- csv can be written using write/writeFile with csv type
- added `type` to README (fixes  #432  h/t @tomkel) 
						
					 
					
						2017-02-21 22:57:59 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ab2ecebac9 
							
						 
					 
					
						
						
							
							version bump 0.8.3: BIFF2 read/write  
						
						... 
						
						
						
						- basic support for parsing BIFF2-4
- basic support for writing BIFF2
- cleaned up some bad substr uses for IE6 compatibility
- added flow type annotations for xlsx.flow.js
- added numerous null guards (fixes  #255  h/t @martinheidegger)
- README cleanup (fixes  #539  h/t @oliversalzburg)
- pin jszip to local version (closes  #408  h/t @limouri)
bower issues:
|  id  | author            | comment                                   |
|-----:|:------------------|:------------------------------------------|
| #254  | @kkirsche         | fixes  #254  by removing version from json  |
| #165  | @vincentcialdella | fixes  #165  by changing default script     |
| #180  | @owencraig        | fixes  #180  by using xlsx.core.min.js      |
format issues:
|  id  | author            | comment                                   |
|-----:|:------------------|:------------------------------------------|
| #271  | @morstaine        | fixes  #271  by reworking related parse fns |
| #504  | @JanSchuermannPH  | fixes  #504  detect FullPaths h/t @Mithgol  |
| #508  | @basma-emad       | fixes  #508  offending file used `x:` NS    | 
						
					 
					
						2017-02-10 11:23:29 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							86d6a093f0 
							
						 
					 
					
						
						
							
							version bump 0.8.2: ODS and cleanup  
						
						... 
						
						
						
						- README and example cleanup
- basic XLSB and ODS write support
- flow typecheck for ODS file
  Note: xlsx.js flow fails: https://github.com/facebook/flow/issues/380 
- exposed jszip compression (fixes  #220 , closes  #284 )
README issues:
|  id  | author         | comment                                      |
|-----:|:---------------|:---------------------------------------------|
| #202  | @sao93859      | closes  #202                                   |
| #211  | @alexanderchan | closes  #211  corrected examples               |
| #327  | @cskaandorp    | changed saveAs example to match write tests  |
| #424  | @dskrvk        | added note about s2roa h/t @LeonardoPatignio |
| #496  | @jimmywarting  | closes  #496  adapted rABS examples with rAAS  |
ODS file format issues:
|  id  | author         | comment                                      |
|-----:|:---------------|:---------------------------------------------|
| #148  | @user4815162342| closes  #148  h/t @ziacik                      |
| #166  | @paulproteus   | closes  #166  rudimentary ODS write support    |
| #177  | @ziacik        | closes  #177                                   |
| #179  | @ziacik        | closes  #179  use JSON when available          |
| #317  | @ziacik        | closes  #317                                   |
| #328  | @think01       | closes  #328                                   |
| #383  | @mdamt         | closes  #383  duplicate cells should be copied |
| #430  | @RB-Lab        | closes  #430                                   |
| #546  | @lgodard       | closes  #546  thanks to other changes          | 
						
					 
					
						2017-02-03 15:50:45 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							44b55c5c56 
							
						 
					 
					
						
						
							
							version bump 0.7.6: IE compatibility  
						
						... 
						
						
						
						- jscs linting to check for trailing comma issues (h/t @altkatz)
- IE: phased out lazy string indexing in favor of charCodeAt
- XLSX: replaced certain operations in hot functions with faster alternatives
- updated SSF to 0.7.1
- improved coverage in tests 
						
					 
					
						2014-06-05 03:06:20 -04:00