1
Answer

validate the excel file before importing into database

Photo of Pradeep Kumar

Pradeep Kumar

6y
3.4k
1
1.Add a new screen to upload excel (Only Excel). 
2.Create a table with columns having specific Data Type and size in DB. 
3.Upload the excel data into a temp table and validate for Data Type and size.

Answers (1)