summaryrefslogtreecommitdiff
path: root/picture.go
Commit message (Expand)AuthorAge
* Remove internal error log print, throw XML deserialize errorxuri2022-11-13
* This is a breaking change, remove partial internal error log print, throw XML...xuri2022-11-12
* This closes #1204, breaking changes for add commentsxuri2022-11-02
* Go 1.16 and later required, migration of deprecation package `ioutil`xuri2022-10-13
* 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 makes 6 functions concurrency safetyxuri2022-09-11
* Fix get image content was empty after inserting imagexuri2022-09-06
* This made library allowing insert EMZ and WMZ format imagexuri2022-08-21
* This closes #849, add new function `DeleteComment` for delete comment (#1317)NaturalGao2022-08-19
* 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
* refactor: replace strings.Replace with strings.ReplaceAll (#1250)Eng Zer Jun2022-06-12
* This fixes a part of staticcheck issues and updates the code of conductxuri2022-05-18
* This made library allowing insert WMF format imagexuri2022-05-14
* This closes #1225, allowing insert EMF format imagesxuri2022-05-13
* This closes #1212, init support for 1900 or 1904 date systemxuri2022-04-30
* 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
* 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
* ref #65: new formula function PRICExuri2021-11-17
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* This closes #1017, fix duplicate image caused by incorrect internal relations...xuri2021-09-10
* This closes #1012, support specify the formula in the data validation range, ...xuri2021-08-26
* Improve security and simplify codexuri2021-08-15
* Speed up merge cellsthree2021-08-13
* This closes #986, fix set data validation drop list failed in some casesxuri2021-08-12
* change go module import path to github.com/xuri/excelizexuri2021-07-28
* 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
* make the caller of `getRowHeight` function adapt row number change, update co...xuri2021-06-13
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-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
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* 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
* 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
* resolved #691, fix the scale for add picture not workxuri2020-08-18
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* update docs and improve compatibilityxuri2020-07-11
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
* Update docs and typo fixedxuri2020-06-22
* - transform the range to the matrix on the first arg of the formulaxuri2020-05-21
* Merge pull request #410xuri2020-05-17