[bug-65879] add WORKDAY.INTL function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-02-11 00:57:59 +00:00
parent 4fda4a0455
commit 129c851333
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.apache.poi.ss.usermodel.DateUtil;
* <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
* @since POI 5.2.0
*/
final class WorkdayIntlFunction implements FreeRefFunction {