OSDN Git Service

This closes #1792, support to update defined names reference when rename worksheet...
[excelize/excelize.git] / calc.go
2024-01-25 Jerryref #65, new formula function: DBCS (#1791)
2024-01-18 3zmxref #65, support _xlfn.ANCHORARRAY formula function...
2024-01-09 xuriThis closes #1777, fix the GetStyle or GetConditionalSt...
2023-12-15 liThis closes #664, support get embedded cell images...
2023-11-12 xuriSupport 5 new kinds of conditional formatting types
2023-10-23 rjteeThis closes #1306 and closes #1615 (#1698)
2023-10-07 xuriThis closes #1681, closes #1683
2023-10-01 xuriref #65, formula functions TEXTAFTER and TEXTBEFORE...
2023-09-20 xuriThis fix #1665, supports getting formula string cell...
2023-09-14 xuriThis fixes #1658
2023-09-07 xuriThis fixes #1643, fixes #1647 and fixes #1653
2023-08-26 fsfsxref #65, add support for 10 formula functions
2023-08-05 xuriThis fixes #1599, and improve date and time number...
2023-07-20 xuriThis closes #1582, fixes the formula calculation bug...
2023-07-06 xuriThis closes #1569, formula function CONCAT, CONCATENATE...
2023-07-02 xuriThis fixed #1564, apply all of its arguments that meet...
2023-05-29 xuriThis fixed incorrect formula calculation exception...
2023-05-16 xuriThis fixed across worksheet reference issue for the...
2023-04-23 xuriThis optimizes internal functions signature and mutex...
2023-04-23 Chen ZhidongOptimizing regexp calls to improve performance (#1532)
2023-04-18 xuriThis closes #1523, preventing format text cell value...
2023-03-15 Rizki PutraThis update the return value for the `CalcCellValue...
2023-03-01 张涛This closes #1484, fix the formula calc result issue...
2023-02-26 xuriBreaking changes: replace the type `ShapeParagraph...
2023-02-22 xuriThis renamed conditional format type `iconSet` to ...
2023-02-20 Shugo KawamuraSupport double-byte chars for formula functions LENB...
2023-02-20 Shugo KawamuraThis closes #1476, support double-byte chars for formul...
2023-02-15 jabyThis closes #1469, fix cell resolver caused incorrect...
2023-01-20 xuriThis roundup time value when a millisecond great than...
2023-01-12 xuriThis closes #1447, add support for strict theme namespace
2023-01-07 xuriThis closes #1438, fix cell data type issue for formula... v2.7.0
2023-01-02 xuriThis fixed worksheet protection issue
2022-12-29 xuriBreaking change: changed the function signature for...
2022-12-22 郭伟匡This closes #1425, breaking changes for sheet name...
2022-11-21 devloppperThis closes #1396, fix formula fn ADDRESS result error...
2022-10-27 xuriFix the error on getting the range of merged cells...
2022-10-23 xuriSupport get cell value which contains a date in the...
2022-10-20 gonghaibinxFix the formula calculation result issue of the OR...
2022-10-08 xuriSupport to set summary columns to appear to the right...
2022-09-27 xuriThis closes #1360, closes #1361
2022-09-17 xuriUsing the specialized name in a variable and making...
2022-08-31 xuriThis closes #1323, an error will be returned when set...
2022-08-17 xuriThis closes #1319, fix calculate error for formula...
2022-08-13 xuriThis closes #1244 and closes #1314, improving the compa...
2022-07-14 MJacredadjust `ErrColumnNumber`, rename `TotalColumns` to...
2022-07-10 xuriThis closes #1262, support for dependence formulas...
2022-07-03 xuriref #65, new formula function: DGET
2022-07-02 xuriref #65, new formula functions: DPRODUCT, DSTDEV, DSTDE...
2022-06-30 xuriref #65, new formula function: DAVERAGE
2022-06-28 xuriref #65, new formula functions: DMAX and DMIN
2022-06-27 xuriThis closes #1260, fixes compiling issue under 32-bit...
2022-06-23 xuriref #65, new formula function: HYPERLINK
2022-06-22 xuriref #65, new formula function: EUROCONVERT
2022-06-20 xuriref #65, new formula function: STEYX
2022-06-16 xuriref #65, new formula function: DAYS360
2022-06-15 xuriref #65, new formula functions: NETWORKDAYS, NETWORKDAY...
2022-06-14 ww1516123Fix the problem of multi arguments calculation (#1253)
2022-06-12 xuriref #65: new formula function WORKDAY.INTL
2022-06-11 Eng Zer Junrefactor: replace strings.Replace with strings.ReplaceA...
2022-06-11 xuriref #65: new formula function EOMONTH
2022-06-09 xuriref #65: new formula function EDATE
2022-06-09 xuriref #65: new formula function WEEKNUM
2022-05-25 xuriImproves the calculation engine, docs update, and adds...
2022-05-23 xuriThis fix formula calculation accuracy issue and panic...
2022-05-18 xuriThis fixes a part of staticcheck issues and updates...
2022-04-24 xuriOptimization formula calculation performance and update...
2022-04-19 xuriref #65, new formula function: CONVERT
2022-04-17 xuriref #65, initial formula functions: GROWTH and TREND
2022-04-16 xuriref #65, new formula functions: SKEW.P and SLOPE, remov...
2022-04-14 xuriref #65, new formula functions: PEARSON and RSQ
2022-04-13 xuriref #65, new formula functions: MINVERSE and MMULT
2022-04-12 xuriref #65, new formula functions: COVARIANCE.S and STDEVPA
2022-04-10 xuriThis includes new formula functions support, dependenci... v2.6.0
2022-04-07 xuriref #65, new formula functions: MODE.MULT and MODE...
2022-04-05 xuriref #65, #1196: fix the compatibility issue and added...
2022-04-04 xuriThis closes #1196, fix the compatibility issue and...
2022-04-03 xuriref #65, new formula functions: T.INV and T.INV.2T
2022-04-02 xuriref #65, new formula functions: T.DIST.2T and T.DIST.RT
2022-04-01 xuriref #65, new formula functions: T.DIST and TDIST
2022-03-31 xuriref #65, new formula functions: NEGBINOM.DIST and NEGBI...
2022-03-30 xuriref #65, new formula functions: CHISQ.INV and CHISQ...
2022-03-29 xuriref #65, new formula functions: HYPGEOM.DIST and HYPGEO...
2022-03-28 xuriref #65, new formula functions: F.TEST and FTEST
2022-03-28 xuriref #65, new formula functions: CHISQ.DIST.RT CHISQ...
2022-03-27 xuriref #65, new formula functions: CHITEST and CHISQ.TEST
2022-03-26 xuriref #65, new formula functions: F.DIST.RT and SERIESSUM
2022-03-24 xuriref #65, new formula functions: F.DIST and FDIST
2022-03-23 xuriFormat code, update documentation and remove exported...
2022-03-23 xuriref #65, new formula functions: AVERAGEIFS and SUMPRODUCT
2022-03-21 xuriref #65, new formula functions: CRITBINOM and SUMIFS
2022-03-20 xuriThis closes #1185, fix formula function calculation...
2022-03-19 xuriref #65, #1185, new formula functions and precision...
2022-03-17 xuriref #65, new formula functions: CHIINV and BETADIST
2022-03-15 xuriref #65, new formula functions: LOGNORM.DIST and LOGNOR...
2022-03-14 xuriref #65, new formula functions: LOGNORM.INV and LOGINV
2022-03-11 xuriref #65, new formula functions: GAMMA.INV and GAMMAINV...
2022-03-10 xuriref #65, new formula functions: GAMMA.DIST and GAMMADIST
2022-03-09 xuriref #65, new formula functions: F.INV and GAUSS
2022-03-07 xuriref #65, new formula functions and read boolean data...
2022-03-06 xuriThis closes #1171, improve the compatibility and added...
next