syedmeesamali
Member
- Joined
- Jan 16, 2020
- Messages
- 19
- Programming Experience
- 5-10
Hi All. I am working on a project where I need to carry out below steps.
1. Import data from Excel and display using datagridview
2. Create local database in the application - Windows .Net form application
3. Convert the loaded data into SQL format (SQL readable format)
4. Store the data in local database
5. Create various reports based on data in local database.
For steps 2-5 above I have no issues and have already sorted them out. Step-1 is done as well but I have following problem.
How do I take data input from particular fields in my input sheet (excel file) and map them to the final target SQL database?
I have attached photo showing example of invoice with data to be input from various fields.
Any help / guidance much appreciated.
1. Import data from Excel and display using datagridview
2. Create local database in the application - Windows .Net form application
3. Convert the loaded data into SQL format (SQL readable format)
4. Store the data in local database
5. Create various reports based on data in local database.
For steps 2-5 above I have no issues and have already sorted them out. Step-1 is done as well but I have following problem.
How do I take data input from particular fields in my input sheet (excel file) and map them to the final target SQL database?
I have attached photo showing example of invoice with data to be input from various fields.
Any help / guidance much appreciated.