summaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Expand)AuthorAge
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Ref: #660, #764, #1093, #1112, #1133 This improve number format supportxuri2022-02-13
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* Update dependencies module and bump version 2.4.1xuri2021-08-02
* change go module import path to github.com/xuri/excelizexuri2021-07-28
* skip XML control character in the escape literal string, and update dependenciesxuri2021-06-12
* update dependencies module and bump version 2.4.0xuri2021-04-18
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #64 fn: NORM.DIST, NORMDIST, NORM.INV, NORMINV, NORM.S.DIST, NORMSDIST, NORM....xuri2021-03-24
* related issue #65 fn: FIXEDxuri2021-03-21
* #65 fn: NOW and TODAY, and update dependenciesxuri2021-03-14
* refactor formula calculation framework, add new function CHOOSE, and update d...xuri2021-01-30
* This closes #657 and closes #748, AddChart support custom marker symbol and s...xuri2020-12-14
* Fix #701, init new formula function AND and OR, prevent formula lexer panic o...xuri2020-10-17
* Optimize memory usage when stream flush and save (#659)Lijingfeng2020-10-05
* Update dependency package version and docs for the OpenFilexuri2020-09-22
* Resolve #199, init password protection spreadsheet supportxuri2020-09-01
* updated test and go.modxuri2020-05-11
* - formula engine: reduce cyclomatic complexityxuri2020-05-10
* Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1Ben Wells2019-09-13
* Resolve #393, upgrade Go module to v2xuri2019-05-02
* New feature: File.DuplicateRowTo() duplicate row to specified row position.Veniamin Albaev2019-01-10
* Tests refactoringVeniamin Albaev2018-12-27
* Duplicate row (#317)Veniamin Albaev2018-12-26
* migrate to go modulewcsiu2018-12-13