How to insert excel in MySql using uipath

Hi Guys,

I need to insert excel data to insert MySql database, please anyone help this.

Regards,
Raja G

@Raja.G

Please check these links:

Regards
Shanmukh

@shanmukh_pothamsetty thanks i ill check

Hello @Raja.G Use Read Workbook Activity instead of using Read Range Activity. Extra columns/rows will be added if you don’t provide exact range in Excel Read Activity.

Store Result in Data-table & use Insert Activity to store data inside Database.