]> source.dussan.org Git - poi.git/commit
partial implementation CEILING.MATH function (still need to support optional 2nd...
authorPJ Fanning <fanningpj@apache.org>
Mon, 23 May 2022 13:12:41 +0000 (13:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 23 May 2022 13:12:41 +0000 (13:12 +0000)
commit400f22037d0e4ed82ec9142d6607357c679113ae
tree4c4e531faf5c9fecb7f94f68f5a532ecf0ad17c9
parent20db1079c544971ed4e34bf66e18e61ed161f97b
partial implementation CEILING.MATH function (still need to support optional 2nd param)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901167 13f79535-47bb-0310-9956-ffa450edef68
poi/src/main/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java
poi/src/main/java/org/apache/poi/ss/formula/functions/CeilingMath.java [new file with mode: 0644]
poi/src/test/java/org/apache/poi/ss/formula/functions/TestCeilingMath.java [new file with mode: 0644]