5d997df419 
							
						 
					 
					
						
						
							
							version bump 0.10.5  
						
						... 
						
						
						
						- HTML output new preamble, <table> should not be in header/footer
- XLS Built-In defined names translated to XLSX _xlnm form
- README: streaming read strategies
- If approximation error is sufficiently small, assume MDW is 6
- TS rename Utils type to XLSX$Utils (see #618 ) 
						
					 
					
						2017-06-09 21:54:33 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							99b513875b 
							
						 
					 
					
						
						
							
							lint and type fixes  
						
						... 
						
						
						
						- removed CFB test (fixes  #654  h/t @wolfgang42)
- book_append_sheet optional name (fixes  #652  h/t @jomel)
- strict mode compliance (h/t @simon-p-r @loongdefect @appersonj)
- flow fixes (h/t @jameskraus for help with Date#getYear)
- fixed minifier to generate ExtendScript-compatible code 
						
					 
					
						2017-05-13 14:21:22 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a8736580a5 
							
						 
					 
					
						
						
							
							version bump 0.10.0: cleanup  
						
						... 
						
						
						
						- updated SSF to 0.9.2
- XLSB style records and number format writing
- CSV avoid parseFloat (fixes  #646  h/t @jabbermarky)
- CSV recognize mac line ending (fixes  #648  h/t @charlesread)
- BIFF2 format table refactored to align with SSF
- BIFF5 image data exposure
- SSF custom format auto table update (fixes  #267  h/t @Fangmingdu)
- eslint more checks
- browser test timeout extended to 10 seconds 
						
					 
					
						2017-05-09 14:07:57 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							dcee744e4e 
							
						 
					 
					
						
						
							
							row and column size and visibility  
						
						... 
						
						
						
						- XLSX/XLSB/XLS/XLML/SYLK rows and columns
- corrected pixel/point calculations using PPI
- XLSX/XLSB generate sheet view
- clarified sheet protection default behavior
- fixed eslintrc semi check 
						
					 
					
						2017-04-28 03:40:40 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1587688aea 
							
						 
					 
					
						
						
							
							Page Margins  
						
						... 
						
						
						
						- XLSB read/write page margins
- XLSX/XLS/XLML read page margins
- separated encrypted XLSX/XLSB document logic from XLS 
						
					 
					
						2017-04-12 21:29:38 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0189bc23ca 
							
						 
					 
					
						
						
							
							Defined Names  
						
						... 
						
						
						
						- XLSX read/write defined names
- XLSB/XLS/XLML read defined names
Issues:
- fixes  #83  h/t @developergdd
- fixes  #6  , fixes  #599  
						
					 
					
						2017-04-11 18:15:36 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5187bc0b63 
							
						 
					 
					
						
						
							
							Basic AutoFilter Read/Write  
						
						... 
						
						
						
						- XLSX/XLSB read/write autofilter
- XLS/XLML/*ODS read autofilter
- Workbook Properties override via Props option
- XLSB write sheet protection
Issues:
- fixes  #472  h/t @nishthasb
- fixes  #478  h/t @yonatannn
- see #623  h/t @jcarvin 
						
					 
					
						2017-04-10 01:11:32 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							65f1c7e58b 
							
						 
					 
					
						
						
							
							HTML DOM Element read  
						
						... 
						
						
						
						- DOM <table> element parsing (fixes  #576  h/t @axolo)
- removed InterfaceHdr check (fixes  #209  h/t @Batistleman)
- gitbook docs 
						
					 
					
						2017-03-29 15:14:15 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							663270b762 
							
						 
					 
					
						
						
							
							XLS/XLSX/XLSB Interpret Chartsheets as Data Tables  
						
						... 
						
						
						
						- chartsheets are now stored as sheets with "!type" set to "chart"
- fixed Strict XML Workbook Relationships
- stubbed support for dialog and macro sheets
- removed legacy XLS `!range` field 
						
					 
					
						2017-03-27 17:41:14 -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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d3eaa62d45 
							
						 
					 
					
						
						
							
							unify stub cells with type z  
						
						... 
						
						
						
						- fixes  #382  h/t @jugaltheshah @pimpelsang
- fixes  #333  h/t @xushuheng0623 @abhishek1234321 @mateuszkrzeszowiec
- fixes  #79  h/t @volodymyrl @elad 
						
					 
					
						2017-03-15 04:19:02 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7cb978b846 
							
						 
					 
					
						
						
							
							XLML write support  
						
						... 
						
						
						
						- XLML write (fixes  #173  h/t @SheetJSDev)
- removed old iteration style from README (see #592 )
- CellXF & StyleXF fields (fixes  #414  h/t @ronnywang) 
						
					 
					
						2017-03-14 04:19:51 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							456ab63dc4 
							
						 
					 
					
						
						
							
							version bump 0.9.2: more bugfixes  
						
						... 
						
						
						
						- decode sheet name for XLSX and XLML (fixes  #203  h/t @rocketmonkeys)
- XFExt (fixes  #298  h/t @aetna-softwares @aimcom @baharudinafif)
- handle truly empty `<is>` elements (fixes  #506  h/t @asksahil)
- pin version numbers for dependencies (fixes  #469  h/t @nhtera)
- sed usage fix (see #572  h/t @liryna)
- fix hex2RGB substr indices (fixes  #294  h/t @kamorahul)
- removed stale typescript files (see #442 )
- reworked shift formula regex (fixed  #551  h/t @SheetJSDev)
- README note on webpack codepage suppression (fixes  #438  h/t @rusty1s)
- README note on WTF (fixes  #487  h/t @livesoftware) 
						
					 
					
						2017-03-13 02:46:37 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8cd9e81569 
							
						 
					 
					
						
						
							
							flow annotations  
						
						... 
						
						
						
						no errors when running flow! 
						
					 
					
						2017-03-12 14:02:46 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d7ecca0e8b 
							
						 
					 
					
						
						
							
							version bump 0.8.4: formula parsing  
						
						... 
						
						
						
						- BIFF 2-12 formula parsing
- more content type coverage
- unified `.f` form: A1-style string
- `.F` field for array formulae
- formula output groups array formulae
- bin script -A --arrays output JS row objects
- whitespace robustness in inline string xml
- UTF-8 parsing in rich text runs (fixes  #505  h/t @fuchsc)
- bold/italic/underline accept null val attr (h/t @qqilihq)
- sst trimming (fixes  #176  h/t @shakhal @oising) 
						
					 
					
						2017-02-19 12:36:32 -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 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0d38d4c0a0 
							
						 
					 
					
						
						
							
							version bump 0.8.0: unification with js-xls 0.7.5  
						
						
						
					 
					
						2015-04-02 16:32:22 -04:00