]> source.dussan.org Git - poi.git/commit
Bug 55081: patch for missing function WEEKNUM
authorCédric Walter <cedricwalter@apache.org>
Tue, 8 Oct 2013 12:54:35 +0000 (12:54 +0000)
committerCédric Walter <cedricwalter@apache.org>
Tue, 8 Oct 2013 12:54:35 +0000 (12:54 +0000)
commitf9fc75461142acf8108356d84d0f1967b414ed77
tree25021069485e262c5f5ef887a11f3d5f5f61e220
parent805d583babb63603041dab32eedee471bd0aad75
Bug 55081: patch for missing function WEEKNUM
Add simple spreadsheet with Excel 2003, and another with 2013 (both fresh files)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530256 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java
src/java/org/apache/poi/ss/formula/functions/WeekNum.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestWeekNumFunctionsFromSpreadsheet.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestWeekNumFunctionsFromSpreadsheet2013.java [new file with mode: 0644]
test-data/spreadsheet/FormulaEvalTestData.xls
test-data/spreadsheet/WeekNumFunctionTestCaseData.xls [new file with mode: 0644]
test-data/spreadsheet/WeekNumFunctionTestCaseData2013.xls [new file with mode: 0644]