The parser should be able to handle user-provided schemas with the following numeric types supported
Integer
Long
Float
Double
And the following Date/Time types
Timestamp
Date
Double and Timestamp are already supported as these are the underlying numeric types in Excel. The others should be supported to reduce the need for post-processing data after read.
The parser should be able to handle user-provided schemas with the following numeric types supported
And the following Date/Time types
Double and Timestamp are already supported as these are the underlying numeric types in Excel. The others should be supported to reduce the need for post-processing data after read.