Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | init new formula function: HLOOKUP | xuri | 2021-02-09 |
| | |||
* | fix custom row height check issue | xuri | 2021-02-08 |
| | |||
* | handle end element event in the worksheet row/column iterator XML SAX parser | xuri | 2021-02-05 |
| | |||
* | init new formula function: VLOOKUP | xuri | 2021-02-04 |
| | |||
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
| | | | | | | | | - correct adjust calculation chain in duplicate rows - correct adjust defined name in the workbook when delete worksheet - use absolute reference in the auto filters defined name to make it compatible with OpenOffice - API `CoordinatesToCellName` have a new optional param to specify if using an absolute reference format - Fix cyclomatic complexity issue of internal function `newFills` and `parseToken` | ||
* | update formula functions test | xuri | 2021-02-01 |
| | |||
* | Fix hyperbolic cotangent calculation incorrect and unit test | xuri | 2021-01-31 |
| | |||
* | Nested formula function support cell references as arguments | xuri | 2021-01-31 |
| | |||
* | refactor formula calculation framework, add new function CHOOSE, and update ↵ | xuri | 2021-01-30 |
| | | | | dependencies module | ||
* | value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause … (#770) | Eagle Xiang | 2021-01-28 |
| | | | | | * value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause ineffective omitempty tags * remove useless omitempty tag on xlsxPatternFill.FgColor and xlsxPatternFill.BgColor | ||
* | new formula fn: IF, LEN; not equal operator support and faster numeric ↵ | xuri | 2021-01-27 |
| | | | | precision process | ||
* | Fixed #766, change order, and added fields of workbook fields | xuri | 2021-01-23 |
| | |||
* | Update excelize.go (#765) | Ray | 2021-01-20 |
| | | | miss a char as 'l' in the excel. | ||
* | Fixed #764, add a condition for round precision | xuri | 2021-01-20 |
| | |||
* | support to set print black and white and specified the first printed page number | xuri | 2021-01-17 |
| | |||
* | Support to adjust print scaling of the worksheet | xuri | 2021-01-16 |
| | |||
* | This closes #756, not set the empty string for the cell when SetCellValue ↵ | xuri | 2021-01-08 |
| | | | | with nil | ||
* | Update the tips message for Go modules user | 龚尚 | 2021-01-05 |
| | |||
* | AddChart support disable legend of the chart | xuri | 2020-12-27 |
| | |||
* | This closes #752, fix incorrectly merged cells on duplicate row, and new ↵ | xuri | 2020-12-22 |
| | | | | formula function: LOWER, PROPER, UPPER | ||
* | This closes #657 and closes #748, AddChart support custom marker symbol and ↵ | xuri | 2020-12-14 |
| | | | | symbol size, fix AddPicture auto fit failure with multi merged cells | ||
* | new formula func CLEAN and TRIM, change import path to v2 (#747) | Zhang Zhipeng | 2020-12-14 |
| | |||
* | Number format read fix (#741) | Artem Kustikov | 2020-12-12 |
| | | | | | * fix UT-generated file names to be ignored * fix cell value load with invalid number format ID * fix PR issues | ||
* | support range validation for decimal (#739) | jacentsao | 2020-12-10 |
| | | | Co-authored-by: jacen_cao <jacentsao@kingdee.com> | ||
* | Fixed #735, refresh active tab after delete sheet | xuri | 2020-11-23 |
| | |||
* | Fixed #727, rounding numeric with precision for formula calculation | xuri | 2020-11-19 |
| | |||
* | Fixed #732, support single line with repeated row element in the sheet data | xuri | 2020-11-18 |
| | |||
* | Fix row duplicate mechanism (#729) | Eugene Androsov | 2020-11-15 |
| | |||
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
| | |||
* | using POSIX directory separator in zip path with Windows | xuri | 2020-11-06 |
| | |||
* | Fix race conditions | xuri | 2020-11-04 |
| | |||
* | Compatibility improvement: parse document core part (workbook) dynamically | xuri | 2020-11-04 |
| | |||
* | optimize memory allocation (#722) | Ted | 2020-11-03 |
| | | | | | | | | | | | | | | | * optimize marshal * optimize mem alloc * add benchmark testing * add NewSheetWithRowNum testing * sync struct fields order * add BenchmarkNewSheetWithStreamWriter * delete NewSheetWithRowNum and benchmark test | ||
* | Update conversion between integer types and unit tests | xuri | 2020-10-23 |
| | |||
* | New formula function AND (#701) and update doc for the NewSheet (#714) | xuri | 2020-10-22 |
| | |||
* | This closes #714 and closes #715, fix wrong worksheet index returned by ↵ | xuri | 2020-10-19 |
| | | | | NewSheet in some case, fix panic on formatted value with no built-in number format ID | ||
* | Fix #706, #713 improve AddPicture performance, fix missing worksheet when ↵ | xuri | 2020-10-18 |
| | | | | rename with same names | ||
* | Fix #701, init new formula function AND and OR, prevent formula lexer panic ↵ | xuri | 2020-10-17 |
| | | | | on retrieving the top token type | ||
* | - Resolve #711, update docs for the GetSheetIndex | xuri | 2020-10-12 |
| | | | | - Update unit test | ||
* | - Resolve #627, improve multi-series line chart compatibility with KingSoft WPS | xuri | 2020-10-11 |
| | | | | | | - Avoid to create duplicate style - Update unit test for the auto filter - Init code scanning alerts | ||
* | Optimize memory usage when stream flush and save (#659) | Lijingfeng | 2020-10-05 |
| | | | | | | | | | | | | | | | | | | * 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> | ||
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||
* | Merge pull request #710 from ↵ | xuri | 2020-10-01 |
|\ | | | | | | | | | lbraconnier2/Pivot-failed-in-case-of-multi-columns-and-multi-data fix pivot fails in case of multi columns and multi data | ||
| * | fix pivot fails in case of multi columns and multi data | Ludovic Braconnier | 2020-09-30 |
|/ | |||
* | Pivot table generation fails when no Columns and multiple Data are provided. ↵ | jinhyuk-kim-ca | 2020-09-27 |
| | | | | | | | | (#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> | ||
* | Update dependency package version and docs for the OpenFile | xuri | 2020-09-22 |
| | |||
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
| | |||
* | Update docs and test case for the pivot table | xuri | 2020-09-15 |
| | |||
* | Extend pivot table funtionality (#692) | Eugene Androsov | 2020-09-11 |
| | | | | | Add different pivot options Add header options to pivot table opts Add Style name options to pivot table opts | ||
* | init ECMA-376 agile encryption support | xuri | 2020-09-06 |
| |