Alternative of insert/delete columns activity

Hi All,
i used insert/delete columns to delete multiple columns from an excel sheet but it takes more than 30min time because of higher size.

Please suggest any other way to delete columns from an excel sheet which will take less time for the operation.

are you trying tp delete columns based on any keyword or how is it like ??

@Pradeep_Shiv

properties

dataTablename.select("[Column 1] = ‘value’ AND [Column 2] = ‘value’ ").CopyToDataTable

did you use Remove Data Column activity and mention your column name there thats it cheers
@sanjib39

@Pradeep_Shiv but it takes more time