summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* new formula fn: IF, LEN; not equal operator support and faster numeric precis...xuri2021-01-27
* Fixed #766, change order, and added fields of workbook fieldsxuri2021-01-23
* Update excelize.go (#765)Ray2021-01-20
* Fixed #764, add a condition for round precisionxuri2021-01-20
* support to set print black and white and specified the first printed page numberxuri2021-01-17
* Support to adjust print scaling of the worksheetxuri2021-01-16
* This closes #756, not set the empty string for the cell when SetCellValue wit...xuri2021-01-08
* Update the tips message for Go modules user龚尚2021-01-05
* AddChart support disable legend of the chartxuri2020-12-27
* This closes #752, fix incorrectly merged cells on duplicate row, and new form...xuri2020-12-22
* This closes #657 and closes #748, AddChart support custom marker symbol and s...xuri2020-12-14
* new formula func CLEAN and TRIM, change import path to v2 (#747)Zhang Zhipeng2020-12-14
* Number format read fix (#741)Artem Kustikov2020-12-12
* support range validation for decimal (#739)jacentsao2020-12-10
* Fixed #735, refresh active tab after delete sheetxuri2020-11-23
* Fixed #727, rounding numeric with precision for formula calculationxuri2020-11-19
* Fixed #732, support single line with repeated row element in the sheet dataxuri2020-11-18
* Fix row duplicate mechanism (#729)Eugene Androsov2020-11-15
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* using POSIX directory separator in zip path with Windowsxuri2020-11-06
* Fix race conditionsxuri2020-11-04
* Compatibility improvement: parse document core part (workbook) dynamicallyxuri2020-11-04
* optimize memory allocation (#722)Ted2020-11-03
* Update conversion between integer types and unit testsxuri2020-10-23
* New formula function AND (#701) and update doc for the NewSheet (#714)xuri2020-10-22
* This closes #714 and closes #715, fix wrong worksheet index returned by NewSh...xuri2020-10-19
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* Fix #701, init new formula function AND and OR, prevent formula lexer panic o...xuri2020-10-17
* - Resolve #711, update docs for the GetSheetIndexxuri2020-10-12
* - Resolve #627, improve multi-series line chart compatibility with KingSoft WPSxuri2020-10-11
* Optimize memory usage when stream flush and save (#659)Lijingfeng2020-10-05
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
* Merge pull request #710 from lbraconnier2/Pivot-failed-in-case-of-multi-colum...xuri2020-10-01
|\
| * fix pivot fails in case of multi columns and multi dataLudovic Braconnier2020-09-30
|/
* Pivot table generation fails when no Columns and multiple Data are provided. ...jinhyuk-kim-ca2020-09-27
* Update dependency package version and docs for the OpenFilexuri2020-09-22
* add checking and limits for the worksheetxuri2020-09-18
* Update docs and test case for the pivot tablexuri2020-09-15
* Extend pivot table funtionality (#692)Eugene Androsov2020-09-11
* init ECMA-376 agile encryption supportxuri2020-09-06
* improve compatibility for phonetic hint and sheet tab colorxuri2020-09-03
* support ECMA-376 document standard encryption, ref #199xuri2020-09-02
* Resolve #199, init password protection spreadsheet supportxuri2020-09-01
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* resolved #691, fix the scale for add picture not workxuri2020-08-18
* using Mutex lock and update benchmarkxuri2020-08-16
* update stream writer fields offsetxuri2020-08-15
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten...xuri2020-08-15
* Merge branch 'master' into v2xuri2020-08-14
|\
| * Fix issue #686 RemoveRow slice bounds out of range (#687)Wang Yaoshen2020-08-14