summaryrefslogtreecommitdiff
path: root/styles.go
Commit message (Expand)AuthorAge
* This fixes a part of staticcheck issues and updates the code of conductxuri2022-05-18
* This closed #1163, fix set cell value with column and row style inherit issuexuri2022-05-15
* This closes #1212, init support for 1900 or 1904 date systemxuri2022-04-30
* This closes #1211, improve the compatibility with invalid internal styles countxuri2022-04-28
* 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
* Ref: #660, #764, #1093, #1112, #1133 This improve number format supportxuri2022-02-13
* This closes #1139, `SetCellDefault` support non-numeric valuexuri2022-02-08
* This closes #1129, make cell support inheritance columns/rows stylexuri2022-01-27
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* Update create style example, using a pointer of the structure instead of JSONxuri2022-01-05
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Simplify code and update unit testxuri2021-12-03
* Fix call getNumFmtID with builtInNumFmt return -1Dokiy2021-12-01
* ref #65: new formula function YIELDxuri2021-11-29
* This closes #1060, fix build-in time number format parse errorxuri2021-11-20
* ref #65: new formula function PRICExuri2021-11-17
* This closes #1027 and closes #1028xuri2021-09-28
* This closes #993, closes #1014xuri2021-09-06
* - This fix panic and incorrect cell read on some casexuri2021-08-22
* This closes #989, closes #990xuri2021-08-17
* This closes #971, closes #972 and closes #974xuri2021-07-29
* Fix code security issuexuri2021-07-20
* Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ...xuri2021-07-07
* - Support concurrency iterate rows and columnsxuri2021-07-05
* * This closes #841, fix incorrect build number format in PR #839ice2021-05-15
* "15" is the correct 24 hours time format in go (#839)ice2021-05-14
* Fixe issue generated file corrupted caused by incorrect default XML namespace...xuri2021-04-30
* Fixed #823, 12/24 hours time format parsing errorxuri2021-04-20
* 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
* This closes #809, and add new fn: HARMEANxuri2021-03-25
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This closes #774, closes #775 and closes #776xuri2021-02-02
* value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause … (#770)Eagle Xiang2021-01-28
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Update conversion between integer types and unit testsxuri2020-10-23
* - Resolve #627, improve multi-series line chart compatibility with KingSoft WPSxuri2020-10-11
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
* add checking and limits for the worksheetxuri2020-09-18
* Update styles.goWXDYGR2020-08-05
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* avoid creating duplicate number formatxuri2020-05-25
* Resolve #643, avoid creating duplicate stylexuri2020-05-24
* - formula engine: reduce cyclomatic complexityxuri2020-05-10
* Fix for issue #608 (#609)echarlus2020-04-09
* Resolve #172, init rich text supportxuri2020-04-06
* remove ineffectual variable assignments and simplify codexuri2020-03-29