I've written a small script to upload an excel file to a folder on the server. What I'd like to do is take that excel file and import it into a table that I made. Basically automate as much of it as possible. What is the best way of going about this?
I've come across websites that say you have to separate each column into a .csv file, or something along those lines, in order to upload the data into the table. If converting the excel file to a .csv file is the only way to do it, can someone direct me to a website that would explain it? Thanks a lot.
I've come across websites that say you have to separate each column into a .csv file, or something along those lines, in order to upload the data into the table. If converting the excel file to a .csv file is the only way to do it, can someone direct me to a website that would explain it? Thanks a lot.