summaryrefslogtreecommitdiff
path: root/table.go
Commit message (Expand)AuthorAge
* Remove internal error log print, throw XML deserialize errorxuri2022-11-13
* Support get cell value which contains a date in the ISO 8601 formatxuri2022-10-24
* This closes #320, support custom chart axis font stylexuri2022-10-14
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* Fix potential file corrupted when changing cell value or the col/rowxuri2022-07-16
* refactor: replace strings.Replace with strings.ReplaceAll (#1250)Eng Zer Jun2022-06-12
* ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format d...xuri2022-04-16
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* This closes #1122, improve compatibility with LibreOfficexuri2022-01-16
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* ref #65: new formula function PRICExuri2021-11-17
* - Support concurrency iterate rows and columnsxuri2021-07-05
* Fixe issue generated file corrupted caused by incorrect default XML namespace...xuri2021-04-30
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This improves compatibility for worksheet relative XML path and multi rules a...xuri2021-02-11
* This closes #774, closes #775 and closes #776xuri2021-02-02
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Update test for addTablexuri2020-07-19
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* avoid duplicate filter database in workbook defined nameyuemanxilou2020-05-15
* Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013xuri2020-05-14
* Resolve #570, flat columns for the column's operationxuri2020-02-07
* Improve code coverage unit testsxuri2019-12-29
* optimization: checking error in unit testsxuri2019-12-24
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Fix #424, refactor merged cells adjusterxuri2019-06-12
* godoc update and typo fixedxuri2019-04-20
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* README updatedxuri2019-01-01
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* GoDoc updated.xuri2018-07-13
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Set name of table support in `AddTable()`, relate issue #216;Ri Xu2018-05-04