How to insert a column in existing excel in the first place?

Hi @Komal_Joshi,

  1. Read Excel using read range into DataTable.
  2. Use Invoke method-SetOrdinal method to change column position.
  3. Write the updated DataTable back to excel using write range.

Check this topic if it answers your query.

Regards,
Rahamat