mirror of https://github.com/apache/poi.git
[bug-66181] add time example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
633baa45eb
commit
725b256e95
|
@ -73,6 +73,8 @@ final class TestValue {
|
|||
confirmValue("$1,000e2", 100000);
|
||||
confirmValue("30%", 0.3);
|
||||
confirmValue("30 %", 0.3);
|
||||
//next test is based on https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2
|
||||
confirmValue("4:48:00", 0.2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue