OSDN Git Service

This closes #1792, support to update defined names reference when rename worksheet...
[excelize/excelize.git] / adjust.go
2024-01-29 cherryThis closes #1792, support to update defined names...
2024-01-20 327674413This closes #1783, support set conditional formatting...
2024-01-18 3zmxref #65, support _xlfn.ANCHORARRAY formula function...
2024-01-09 xuriThis closes #1777, fix the GetStyle or GetConditionalSt...
2023-12-13 XuesongThis closes #1749, fix incorrect adjust merged cells...
2023-11-18 lujinThis closes #1723, fix panic on read workbook in some...
2023-11-10 xuriSupport update data validations on inserting/deleting...
2023-11-10 ByteFlyCodingSupport update conditional formatting on inserting...
2023-11-07 xuriSupport update defined names on inserting/deleting...
2023-11-06 Anton PetrovThis closes #1125, support update drawing objects on...
2023-11-01 xuriSupport update volatile dependencies on inserting/delet...
2023-10-31 rjteeSupport to adjust formula cross worksheet on inserting...
2023-10-30 xuriThis improves compatibility for adjusting tables and...
2023-10-29 rjteeSupport adjust formula for entire cols/rows reference...
2023-10-23 rjteeThis closes #1306 and closes #1615 (#1698)
2023-07-03 lidp20This closes #1565, support adjust formula when insterin...
2023-05-22 xuriThis closes #1539, fix adjust table issue when after...
2023-04-23 xuriThis optimizes internal functions signature and mutex...
2023-03-03 xuriBreaking change: changed the third parameter for the...
2023-01-02 xuriThis fixed worksheet protection issue
2022-11-15 xuriThis closes #1391, escape XML characters to avoid with...
2022-11-10 xuriSupport update column style when inserting or deleting...
2022-10-25 xuriThis closes #1379, cleanup stream writer temporary...
2022-09-27 xuriThis closes #1360, closes #1361
2022-09-17 xuriUsing the specialized name in a variable and making...
2022-09-06 xuriThis closes #1293, add new function `GetColStyle`
2022-08-30 Kostya PrivezentsevThis is a breaking change closes #1332 (#1333)
2022-08-13 xuriThis closes #1244 and closes #1314, improving the compa...
2022-07-16 xuriFix potential file corrupted when changing cell value...
2022-02-16 xuriThis closes #1148, resolve limitations when adding...
2022-01-13 DokiyFix adjustMergeCells not modifies cell rect (#1118)
2022-01-08 xuriTypo fix, rename exported constants, dependencies modul...
2021-12-06 DokiyFix adjustMergeCellsHelper and add some test cases...
2021-08-12 threeSpeed up merge cells
2021-08-06 xuriThis closes #979, fix the data validation deletion...
2021-07-10 Deepak SPrevent panic when incorrect range is provided as Pivot...
2021-05-09 xuriThis closes #652, new SetColWidth API, support set...
2021-04-04 xuriGo 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOS...
2021-03-30 xuri#65 fn: N, PERCENTILE.INC and T
2021-02-02 xuriThis closes #774, closes #775 and closes #776
2020-11-10 xuriFix #724, standardize variable naming and update unit...
2020-08-14 xuriMerge branch 'master' into v2
2020-08-14 Wang YaoshenFix issue #686 RemoveRow slice bounds out of range...
2020-06-21 xuriUpdate docs and typo fixed
2020-05-22 xuriMerge branch 'master' into fix/cell_lock
2020-04-05 xuriPerformance improvements
2019-12-29 xuriImprove code coverage unit tests
2019-12-29 Cameron HoweyStream to Excel table (#530)
2019-12-22 xuriImprove compatibility, fix workbook's rels ID calc...
2019-12-19 xuriResolve #539 Merge branch 'v2'
2019-12-15 xuriFix #533 Merge pull request #536 from match-meng/mergecell
2019-12-14 xuriFix #533, add support overlapped mergecells
2019-08-10 xuriDocumentation updated, Go 1.10+ required
2019-08-03 xuriFixed doc corruption when deleting all merged cells
2019-07-20 xuriFix #437, recalculate offset for merged cells adjuster
2019-06-12 xuriFix #424, refactor merged cells adjuster
2019-06-07 xuriFixed #418, #420, #421, init adjust calculation chain...
2019-04-15 xuriResolve #369,#370
2019-03-23 xurirefactor: handler error instead of panic,
2019-03-20 xuriTypo fixed and godoc updated
2019-03-19 Veniamin AlbaevHuge refactorig for consistent col/row numbering (...