]> source.dussan.org Git - poi.git/commitdiff
[bug-65879] add WORKDAY.INTL function
authorPJ Fanning <fanningpj@apache.org>
Fri, 11 Feb 2022 00:14:16 +0000 (00:14 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 11 Feb 2022 00:14:16 +0000 (00:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897954 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java

index 5a5ab7023b32a69a04485feb2f62d090945d7d3c..65b17d8316ac4e409f7a4333d086712942a2e377 100644 (file)
@@ -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
  */