aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-02-11 00:14:16 +0000
committerPJ Fanning <fanningpj@apache.org>2022-02-11 00:14:16 +0000
commit7d7a088f47a7847e3a4d17f4fac074f812d3be02 (patch)
treeafebd2083187fd0f3efd9cd2d5ec673051056122 /poi
parent1e85583580d014ba44e6debe4f92f84346d6e59e (diff)
downloadpoi-7d7a088f47a7847e3a4d17f4fac074f812d3be02.tar.gz
poi-7d7a088f47a7847e3a4d17f4fac074f812d3be02.zip
[bug-65879] add WORKDAY.INTL function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897954 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r--poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java b/poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java
index 5a5ab7023b..65b17d8316 100644
--- a/poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java
+++ b/poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java
@@ -27,11 +27,10 @@ import org.apache.poi.ss.usermodel.DateUtil;
/**
* Implementation of Excel 'Analysis ToolPak' function WORKDAY.INTL()<br>
- * Returns the date past a number of workdays beginning at a start date, considering an interval of holidays. A workday is any non
- * saturday/sunday date.
+ * Returns the date past a number of workdays beginning at a start date, considering an interval of holidays.
* <p>
* <b>Syntax</b><br>
- * <b>WORKDAY</b>(<b>startDate</b>, <b>days</b>, weekendType, holidays)
+ * <b>WORKDAY.INTL</b>(<b>startDate</b>, <b>days</b>, weekendType, holidays)
* <p>
* https://support.microsoft.com/en-us/office/workday-intl-function-a378391c-9ba7-4678-8a39-39611a9bf81d
*/