Can we load Excel (.xlsx or .xls) file directly to Vertica Table?
Currently to load Excel (.xlsx or .xls) file to my Vertica Table I have to convert Excel file to CSV and then load it to Vertica Table using Copy query.
Is there any way that i can be able to load Excel (.xlsx or .xls) directly to Vertica without converting it to CSV?
Any kind of help will be appreciated.
0
Comments
Yes, you have to convert them.
I use xlsx2csv to convert Excel files to CSV in Linux.
See:
https://pypi.org/project/xlsx2csv/
Example:
I am using openpyxl to convert .xlsx to csv and pyexcel to convert .xls to pyexcel
What are your reviews about both these packages?