elastacloud / spark-excel

A Spark data source for reading Microsoft Excel files
https://www.elastacloud.com
Apache License 2.0
13 stars 5 forks source link

Add support for user-defined schemas with non-Excel types #15

Closed dazfuller closed 2 years ago

dazfuller commented 2 years ago

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.

dazfuller commented 2 years ago

Closing a resolved as part of PR #16