1
Answer

validate the excel file before importing into database

Pradeep Kumar

Pradeep Kumar

5y
3.3k
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)