Creating Dynamic Excel Sheet Based on a Column

Hi @Karam_Abulawii !
As you know, we don’t have the same version of Studio x)
So here are the screenshots that will help you:


The query:

BuildDataTable.AsEnumerable().Select(Function(x)  x("Status").ToString()).Distinct().toList()


Then

Finally:

Let us know if it does not work as expected !