How to automate excel formulas and perform double click on the bottom end of the formula cell

Hi @indiedev91 ,

We need not do the Preparation of the Insert Query and the values to be inserted in the same manner as provided in the video, We could adopt the datatable Approach, and prepare the Query Dynamically, Maybe a Template would need to be fixed for the Querty, then a Duplication would be performed for all the rows. Using a For Each Row or a Linq we could prepare the data format as needed for using it in Input Query.

For this, do we know in Advance what are the Columns and what would be it’s data (either a number/date/text) ?

Need to understand is the User going to be intervened at times, or do we get the Excel file and should develop the Query based on it only?

If you could provide us with a Sample Excel file and the Final Query that the Output should be, We could maybe provide a similar suggestion/approach.