OSDN Git Service

This closes #1792, support to update defined names reference when rename worksheet...
[excelize/excelize.git] / README.md
2023-12-19 xuriBreaking changes: Go 1.18 and later required
2023-08-27 xuriUpdate the README and documentation for the data valida... v2.8.0
2023-07-27 xuriThis closes #1588, closes #1591, breaking changes for...
2023-03-31 xuriRequire using ChartType enumeration value to specify...
2023-01-02 xuriThis fixed worksheet protection issue
2022-12-29 xuriBreaking change: changed the function signature for...
2022-10-12 xuriGo 1.16 and later required, migration of deprecation...
2022-09-27 xuriThis closes #1360, closes #1361
2022-04-24 xuriOptimization formula calculation performance and update...
2022-01-22 xuriFix file corrupted in some cases, check file extension...
2021-12-26 xuriThis closes #1095, support to set and get document...
2021-11-16 xuriref #65: new formula function PRICE
2021-09-19 xuriThis closes #833, closes #845, and closes #1022, breaki...
2021-08-01 xuriUpdate dependencies module and bump version 2.4.1 v2.4.1
2021-07-27 xurichange go module import path to github.com/xuri/excelize
2021-06-11 xurisupport escaped string literal basic string and use...
2021-05-15 xuriThis closes #842, avoid empty rows in the tail of the...
2021-04-29 xuriFixe issue generated file corrupted caused by incorrect...
2021-04-04 xuriGo 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOS...
2021-01-05 龚尚Update the tips message for Go modules user
2020-12-26 xuriAddChart support disable legend of the chart v2.3.2
2020-12-22 xuriThis closes #752, fix incorrectly merged cells on dupli...
2020-12-14 Zhang Zhipengnew formula func CLEAN and TRIM, change import path...
2020-11-19 xuriFixed #727, rounding numeric with precision for formula...
2020-11-10 xuriFix #724, standardize variable naming and update unit...
2020-07-08 xurisupport case-sensitive doc parts to improve compatibility
2020-05-22 xuriMerge branch 'master' into fix/cell_lock
2020-04-22 xuri- Resolve #485 use sheet index instead of ID
2020-03-02 xuriResolve #571, init remove conditional format support
2020-02-21 xuriResolve #582, support to set date field subtotal and...
2020-02-18 xuriResolve #580, revert commit https://github.com/360EntSe...
2019-12-29 xuriImprove code coverage unit tests
2019-12-19 xuriResolve #539 Merge branch 'v2'
2019-09-15 xuriCombine functions:
2019-09-01 xuriMerge pull request #479 from mtmcfarl/patch-1
2019-08-28 Matthew McFarlingUpdating Readme
2019-08-10 xuriMerge pull request #464 from mlh758/fix-462
2019-08-09 HarrisHandle multi row inline strings
2019-05-02 xuriResolve #393, upgrade Go module to v2 v2.0.0
2019-04-23 xuriUpdate readme
2019-04-20 xurigodoc update and typo fixed
2019-03-26 xuriresolve #359, optimize for saving duplicate images
2019-03-25 MichaelDo not save duplicate images
2019-03-23 xurirefactor: handler error instead of panic,
2019-03-20 xuriTypo fixed and godoc updated
2019-03-07 Kimxuupdate README and functions docs (#351)
2019-03-06 Veniamin AlbaevImplement consistent row addressing by Excel row number...
2019-01-29 xuriUpdate readme
2019-01-05 xuriResolve #329, add copyright agreement statement on...
2019-01-01 xuriREADME updated
2018-12-30 xuriMerge pull request #326 from fossabot/master
2018-12-30 fossabotAdd license scan report and status
2018-12-19 xuriMerge pull request #313 from sairoutine/feature/get_mer...
2018-12-04 xuriAdd new logo for excelize
2018-09-27 xuriMerge branch 'master' into master
2018-07-13 xuriGoDoc updated.
2018-05-26 xuri- Initialize shared formula types support, relate issue...
2018-05-11 xuriSimplify testing code, add test case for outline functi... v1.3.0
2018-05-10 xuriMerge pull request #219 from jdevelop/feature/chart...
2018-05-09 Eugene DzhurinskyUse format string for chart dimension.
2018-05-09 Eugene DzhurinskyCustom chart size.
2018-05-07 xuriMerge pull request #211 from OloloevReal/master
2018-04-26 Ri Xu- Support to set the positioning of a picture, relate...
2018-04-22 Ri XuFix typo and adding Chinese version document.
2018-03-06 Ri XuReadme and godoc has been updated.
2018-02-12 Ri XuUpdate godoc to make charts compatibility with WPS...
2018-01-28 Ri XuRevert "The godoc and readme page has been updated."
2018-01-26 Ri XuThe godoc and readme page has been updated.
2017-12-01 xuriMerge pull request #153 from jinzhu/master
2017-11-16 JinzhuRename import path to github.com/360EntSecGroup-Skylar...
2017-09-30 Ri XuImprove code readability.
2017-09-13 Ri Xu- API changed, use worksheet name instead of "sheet...
2017-08-18 Ri Xu- Conditional format with formula support, relate issue...
2017-07-26 Ri Xu- Add number format code with unicode values, relate...
2017-07-24 Ri Xu- Init insert/remove column/row support. Relate issue...
2017-07-15 Ri Xu- Fix missing element in worksheet, workbook and styles...
2017-07-11 Ri XuRepo URI changed.
2017-07-06 Ri XuMerge pull request #79 from ocelotsloth/fix-typo
2017-07-06 Ri XuUpdate image in readme and fix typo.
2017-06-28 Ri XuAPI changed, use `NewFile()` instead of `CreateFile...
2017-06-27 Ri Xu- Make function `TitleToNumber()` exportable, note...
2017-06-03 Ri Xu- Fix missing relationships in drawing content type...
2017-04-30 Ri Xu- Initialize shape support: new function `AddShape...
2017-04-28 Ri Xu- Initialize table support;
2017-04-22 Ri Xu- Update doc of function `AddChart()`;
2017-04-22 Ri Xu- Initialize char support, relate issue #31;
2017-04-01 Ri Xu- Fix SheetCount count error;
2017-02-28 Ri XuChange function `AddPicture()` parameters to add add...
2017-02-12 Ri Xu- Improved performance when reading large files, call...
2017-01-23 Ri XuFix issue #17, update README and fix typo.
2017-01-22 Ri XuUpdate README, godoc and fix typo.
2017-01-22 Ri XuSupport add picture with offset and scaling.
2017-01-19 Ri Xu- Add hyperlink and set formula support for cell support;
2017-01-17 Ri Xu- New function `AddPicture()` added, support to add...
2016-11-06 Ri XuUpdate README.
2016-10-23 Ri XuUpdate go test case and update readme.
2016-10-19 Ri XuUpdate README.md
2016-10-19 Ri XuMerge pull request #10 from schigh/master
2016-10-18 Steve HUpdate README.md
2016-10-18 Ri XuMerge pull request #9 from Luxurioust/revert-8-master
next