From 7d7a088f47a7847e3a4d17f4fac074f812d3be02 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 11 Feb 2022 00:14:16 +0000 Subject: [bug-65879] add WORKDAY.INTL function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897954 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/poi/ss/formula/atp/WorkdayIntlFunction.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'poi') 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()
- * 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. *

* Syntax
- * WORKDAY(startDate, days, weekendType, holidays) + * WORKDAY.INTL(startDate, days, weekendType, holidays) *

* https://support.microsoft.com/en-us/office/workday-intl-function-a378391c-9ba7-4678-8a39-39611a9bf81d */ -- cgit v1.2.3