-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate reading from xls #99
Comments
What is the issue? If its Excel files I am having no issues with ExcelDataReader.DataSet |
thanks - that's a good suggestion. No technical issue; just that it hasn't been my priority to implement a suitable ITableLoader since I tend to work with csv/parquet/json. Plus there are lots of policy decisions to make around excel since you have multiple sheets. formatting, formulae etc so for a complicated spreadsheet you can't just say "read the data in the file" |
Uhhh that's what I'm doing 😉🙏🏽🤣 |
Tha advantage of using Excel at all is that it will provide column headers and "some" field types (Text, DateTime, Integer... ok basically that's it). Otherwise, the only advantage is that: the data is already in excel format so why make them go any extra steps 😊 |
Perhaps we could read from openxml excel files rather than forcing a conversion to CSV?
The text was updated successfully, but these errors were encountered: