RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
502 stars 49 forks source link

feat: Added excel file support #256

Closed maryamalki closed 1 month ago

maryamalki commented 1 month ago

Added support for excel files.

Offline parser would try to intelligently figure out where the header row + the first non-null column is.

Note: failures are not handled well yet, but it won't succeed if the file isn't in the correct format.

anthony2261 commented 1 month ago

LGTM! Would be good to show an "excel parsing error" on the frontend rather than the generic error if parsing fails