Hello guys,
i try to do a process related to filter data table.i run the process with a sample excel its working properly when i change the excel(BULK DATA) it only some header but it contain 53 headers. and data under the header also not reading. Main.xaml (9.9 KB)
this is the code
There is a column named "Approval date " we have to compare that date with the current date. if the date matches then read the entire row.(there are around 53 columns)
Issue:- I have used filter data table for this but the date is not filtering as per the condition. when i try read this excel and write it in a another excel the date format is changing.