I am using POI-HSSF to export some data to excel. Requirement is I need to keep data type of each column. I can keep data type for string and numeric values but not the date. I studied in POI documentation that it supports only 3 basic data types string, numeric and boolean.
Can anyone please tell me how can I keep the 'Date' data type when exporting to excel?