Yeah @krs I want to store the contents on a table but with headers on the excel becoming columns and data being stored in rows. I don't want to be defining the models before hand, I want the tables to be created dynamically. Thanks, I will check the package out.
@Sinnbeck The table name will be provided by the user and to being with all columns can be considered varchar but in the near future I'd like to detect the type of data and set the column accordingly.
Thank you so much for this. I will check this out.
@madprabh You can of course try detecting the type of data, but be aware that excel encodes certain fields in a weird way. For instance dates are integers. There might be a way to detect the format from excel (never needed to so I havent dug into it)