https://issues.apache.org/bugzilla/show_bug.cgi?id=53990
Priority: P2 Bug ID: 53990 Assignee: dev@poi.apache.org Summary: Date is not fetched properly using eventusermodel while reading the excel file in xml format Severity: blocker Classification: Unclassified OS: Windows XP Reporter: manivel.mym...@gmail.com Hardware: PC Status: NEW Version: 3.8 Component: XSSF Product: POI hi, I am reading the excel file(.xlsx format), it is giving "Java heap space" error because my file contains more than 75 rows and 300 columns. So, i am using eventusermodel and SAX parser to read the data as mentioned POI site. while fetching the values, the date is displayed as "12/12/10" where as in my excel sheet it is given as "12/12/2010". I changed the date to "12/12/1910" in excel, even then i am getting the date as "12/12/10" format. Is there a way i can fetch the date as it in excel spreadsheet using eventusermodel. Also, using the eventusermodel i am able to fetch all the records at once. Is there any way i can fetch particular row data. Thanks in advnace, Mani -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org