Excel/CSV import from webapp

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Excel/CSV import from webapp

advait75
Hi,

I would like to do an import of an Excel/CSV file from one of the screens in a webapp that I have created. I am not looking at importing using Webtools, but rather to allow users to import data(in the form of Excel/CSV files) from this page, and update my database. I do not want to use Webtools, since I do not want end users to be using the Webtools page.

My app has to perform certain business logic and update tables accordingly.

Can somebody please point me to a tutorial/example on how to do this?

Thanks.