How to extract filtered data from Edit Grid to Excel in UiPath Apps

@tilarapiyush

Ideally whatever is there in datatable as column would be exported..can you show what you have done to understand the issue

Cheers

I set value of DT in MainPage.

The set value in button.

@tilarapiyush

then ideally every column which is present in select statement would come..the structure would not change

cheers

If “PO Number” column is completely blank, this column is not getting exported to excel.

@tilarapiyush

How are you exporting the data?

to verify if it is present in datatable dt..try to use show message after the set value in button and check dt.rows(0)("po Number").ToString.if this populated then it means the data is being saved in dt but while writing to excel you are removing or so…check the same

cheers

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.