71829c5202 
								
									
								
							
								 
							
						 
						
							
							
								
								AddChart support disable legend of the chart  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								576bfffbe6 
								
							
								 
							
						 
						
							
							
								
								This  closes   #752 , fix incorrectly merged cells on duplicate row, and new formula function: LOWER, PROPER, UPPER  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								77978ac68d 
								
									
								
							
								 
							
						 
						
							
							
								
								This  closes   #657  and  closes   #748 , AddChart support custom marker symbol and symbol size, fix AddPicture auto fit failure with multi merged cells  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ad79505173 
								
									
								
							
								 
							
						 
						
							
							
								
								new formula func CLEAN and TRIM, change import path to v2 ( #747 )  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								61057c58d3 
								
									
								
							
								 
							
						 
						
							
							
								
								Number format read fix ( #741 )  
							
							... 
							
							
 
							
							* fix UT-generated file names to be ignored
* fix cell value load with invalid number format ID
* fix PR issues 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								95d8920c8e 
								
									
								
							
								 
							
						 
						
							
							
								
								support range  validation for decimal ( #739 )  
							
							... 
							
							
 
							
							Co-authored-by: jacen_cao <jacentsao@kingdee.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								13e0ed2a69 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed   #735 , refresh active tab after delete sheet  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								599a8cb0bc 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed   #727 , rounding numeric with precision for formula calculation  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								92c8626f81 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed   #732 , support single line with repeated row element in the sheet data  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2be4bfd410 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix row duplicate mechanism ( #729 )  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2514bb16c6 
								
							
								 
							
						 
						
							
							
								
								Fix   #724 , standardize variable naming and update unit tests  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5dd0b4aec2 
								
									
								
							
								 
							
						 
						
							
							
								
								using POSIX directory separator in zip path with Windows  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cdc57db3b3 
								
							
								 
							
						 
						
							
							
								
								Fix race conditions  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c82a185af8 
								
									
								
							
								 
							
						 
						
							
							
								
								Compatibility improvement: parse document core part (workbook) dynamically  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fcca8a3838 
								
									
								
							
								 
							
						 
						
							
							
								
								optimize memory allocation ( #722 )  
							
							... 
							
							
 
							
							* optimize marshal
* optimize mem alloc
* add benchmark testing
* add NewSheetWithRowNum testing
* sync struct fields order
* add BenchmarkNewSheetWithStreamWriter
* delete NewSheetWithRowNum and benchmark test 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9d470bb38f 
								
									
								
							
								 
							
						 
						
							
							
								
								Update conversion between integer types and unit tests  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b812e9a1a8 
								
									
								
							
								 
							
						 
						
							
							
								
								New formula function AND ( #701 ) and update doc for the NewSheet ( #714 )  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4834a058aa 
								
									
								
							
								 
							
						 
						
							
							
								
								This  closes   #714  and  closes   #715 , fix wrong worksheet index returned by NewSheet in some case, fix panic on formatted value with no built-in number format ID  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								520aa679f3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix   #706 ,  #713  improve AddPicture performance, fix missing worksheet when rename with same names  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								02530e8c8a 
								
							
								 
							
						 
						
							
							
								
								Fix   #701 , init new formula function AND and OR, prevent formula lexer panic on retrieving the top token type  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ac3dce0bea 
								
									
								
							
								 
							
						 
						
							
							
								
								-  Resolve   #711 , update docs for the GetSheetIndex  
							
							... 
							
							
 
							
							- Update unit test 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d1926675f8 
								
									
								
							
								 
							
						 
						
							
							
								
								-  Resolve   #627 , improve multi-series line chart compatibility with KingSoft WPS  
							
							... 
							
							
 
							
							- Avoid to create duplicate style
- Update unit test for the auto filter
- Init code scanning alerts 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								93160287bb 
								
									
								
							
								 
							
						 
						
							
							
								
								Optimize memory usage when stream flush and save ( #659 )  
							
							... 
							
							
 
							
							* use io.Copy from stream temp file to zip Writer
* fix nil
* log
* build
* delete log
* fix compatibility for office
* Update go module
Co-authored-by: lijingfeng <lijingfeng@laiye.com>
Co-authored-by: xuri <xuri.me@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f2b8798a34 
								
									
								
							
								 
							
						 
						
							
							
								
								extend cell value load to support custom datetime format ( #703 )  
							
							... 
							
							
 
							
							* extend cell value load to support custom datetime format
* cleanup incorrect imports
* fix numeric values conversion as done in legacy Excel
* fix tests coverage
* revert temporary package name fix
* remove personal info from test XLSX files
* remove unused dependencies
* update format conversion in parseTime
* new UT to increase code coverage
* Resolve code review issue for PR #703 
* Rename broken file name generated by unit test
Co-authored-by: xuri <xuri.me@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9055a835a8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #710  from lbraconnier2/Pivot-failed-in-case-of-multi-columns-and-multi-data  
							
							... 
							
							
 
							
							fix pivot fails in case of multi columns and multi data 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2bd359bd01 
								
							
								 
							
						 
						
							
							
								
								fix pivot fails in case of multi columns and multi data  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c492220237 
								
									
								
							
								 
							
						 
						
							
							
								
								Pivot table generation fails when no Columns and multiple Data are provided. ( #708 )  
							
							... 
							
							
 
							
							fix to create pivot table in case there is no input from Columns
Co-authored-by: Jin Kim <jinhyuk.kim@cerence.com>
Co-authored-by: xuri <xuri.me@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								89465f41b5 
								
									
								
							
								 
							
						 
						
							
							
								
								Update dependency package version and docs for the OpenFile  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								324f87bcae 
								
									
								
							
								 
							
						 
						
							
							
								
								add checking and limits for the worksheet  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								96917e4617 
								
									
								
							
								 
							
						 
						
							
							
								
								Update docs and test case for the pivot table  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								97bffe608d 
								
									
								
							
								 
							
						 
						
							
							
								
								Extend pivot table funtionality ( #692 )  
							
							... 
							
							
 
							
							Add different pivot options
Add header options to pivot table opts
Add Style name options to pivot table opts 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								01afc6e03f 
								
							
								 
							
						 
						
							
							
								
								init ECMA-376 agile encryption support  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1111de2fdb 
								
									
								
							
								 
							
						 
						
							
							
								
								improve compatibility for phonetic hint and sheet tab color  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								98f1a69903 
								
									
								
							
								 
							
						 
						
							
							
								
								support ECMA-376 document standard encryption, ref  #199  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4177c1585e 
								
							
								 
							
						 
						
							
							
								
								Resolve   #199 , init password protection spreadsheet support  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								88de2f8d51 
								
									
								
							
								 
							
						 
						
							
							
								
								Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3c8c8c55c8 
								
							
								 
							
						 
						
							
							
								
								resolved   #691 , fix the scale for add picture not work  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4e4baac3bc 
								
							
								 
							
						 
						
							
							
								
								using Mutex lock and update benchmark  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bc704c854f 
								
							
								 
							
						 
						
							
							
								
								update stream writer fields offset  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c3e92a51d7 
								
							
								 
							
						 
						
							
							
								
								Compatible with Go 1.15, fix unit test failed on Windows and  fixed   #689  potential race condition  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cb6f8852bb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into v2  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3cf3101fd9 
								
							
								 
							
						 
						
							
							
								
								test on Go 1.5 on Travis CI and update docs for the  CalcCellValue  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c98fd7e5d0 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix issue  #686  RemoveRow slice bounds out of range ( #687 )  
							
							... 
							
							
 
							
							fix Hyperlinks update error 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								843bd24e56 
								
							
								 
							
						 
						
							
							
								
								This  closes   #677  and  closes   #679 , fix panic when enabling compiler inline flags  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fcbc7e3f88 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #681  from WXDYGR/master  
							
							... 
							
							
 
							
							Fixed GetCellValue percentage accuracy 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1c2e7c5c68 
								
									
								
							
								 
							
						 
						
							
							
								
								Update styles.go  
							
							... 
							
							
 
							
							修复获取百分比值时,GetCellValue返回值不准确的问题 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ee35497935 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix   #673  comment shape compatibility issue with the recent Excel versions  
							
							... 
							
							
 
							
							* Fix comment shape compatibility issue
* Using Go modules with Travis CI
* Update .travis.yml
Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com>
Co-authored-by: xuri <xuri.me@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								13e7bce6d2 
								
									
								
							
								 
							
						 
						
							
							
								
								improvement compatibility for the XML ignorable namespace  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ca43c65115 
								
									
								
							
								 
							
						 
						
							
							
								
								Update test for addTable  
							
							
 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c922c32fb7 
								
									
								
							
								 
							
						 
						
							
							
								
								support parse and generate XML element namespace dynamic,  fix   #651  
							
							
 
							
						 
						
							5 years ago