I have a problem  as follows 
public static Date getJavaDate(double date, boolean use1904windowing,
TimeZone tz) {
        return getJavaDate(date, use1904windowing, tz, false);
 }
How to confirm use1904windowing true or false.


Thanks



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/How-to-identify-date-cell-type-using-XMLStreamReader-poi-s-XSSFReader-api-tp5727025p5727205.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to