mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
DAYS360 function needs to support dates provided as strings as well as nums
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d836ff9a39
commit
032c7c3aa0
@ -21,7 +21,6 @@ import static org.apache.poi.ss.util.Utils.assertDouble;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Calendar;
|
||||
import java.util.Date;
|
||||
import java.util.Locale;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user