summaryrefslogtreecommitdiff
path: root/drawing.go
Commit message (Expand)AuthorAge
* This is a breaking change, remove partial internal error log print, throw XML...xuri2022-11-12
* Fix the error on getting the range of merged cells on the worksheet which con...xuri2022-10-28
* This closes #1369, support set, and get font color with theme and tint (#1370)GaoFei2022-10-15
* This closes #320, support custom chart axis font stylexuri2022-10-14
* This closes #1368, fixes number parsing issue, adds support for create a 3D l...xuri2022-10-12
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1345, support set custom line color in the charts (#1346)Artem Tarasenko2022-09-14
* This closes #1290 and closes #1328xuri2022-08-24
* This closes #849, add new function `DeleteComment` for delete comment (#1317)NaturalGao2022-08-19
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* refactor: replace strings.Replace with strings.ReplaceAll (#1250)Eng Zer Jun2022-06-12
* This includes new formula functions support, dependencies upgrade, and bug fixxuri2022-04-11
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* ref #65, new formula functions: GAMMA.INV and GAMMAINV and format codexuri2022-03-12
* This closes #1172, support set hole size for doughnut (#1173)longphee2022-03-09
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* 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
* Support concurrency add picturexuri2021-07-06
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04
* feat: add disable option for chart xAxis and yAxissi9ma2021-05-27
* fixed the negative values series missing chart color, #65 fn: CUMIPMT and CUM...xuri2021-04-11
* Support specifies that each data marker in the series has a different colorxuri2021-04-10
* 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 #785, support to change tab color; new formula function: FISHER, ...xuri2021-02-16
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This closes #756, not set the empty string for the cell when SetCellValue wit...xuri2021-01-08
* AddChart support disable legend of the chartxuri2020-12-27
* This closes #657 and closes #748, AddChart support custom marker symbol and s...xuri2020-12-14
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* - Resolve #627, improve multi-series line chart compatibility with KingSoft WPSxuri2020-10-11
* support ECMA-376 document standard encryption, ref #199xuri2020-09-02
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* update docs and improve compatibilityxuri2020-07-11
* Resolve #661 Add Logarithmic scale option support on Y axis (#662)Huy Bui (Kevin)2020-07-11
* Update docs and typo fixedxuri2020-06-22
* Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610)Olivier Mengué2020-04-09
* Performance improvementsxuri2020-04-05
* Resolve #345, fix missing comments by GetCommentsxuri2020-03-31
* remove ineffectual variable assignments and simplify codexuri2020-03-29
* Resolve #451, support create chart sheetxuri2020-03-28
* Resolve #455, init delete picture from spreadsheet supportxuri2020-01-22
* Make DeleteChart delete multiple charts located on the same cellxuri2020-01-21
* Resolve #557, init delete chart supportxuri2020-01-19