Hi, I need an example on how to upload an excel file, transform the data in it (without touching the excel file), and finally to display the transformed data and save it into a database table.
My main confusion in this is on how do I configure the file directory on the server to save the uploaded excel files to, and how do I find and transform only a particular column (ex: first names & last names are all capitalized)
Thanks in advance.