Hello my dear friends,
I have this INSANE issue. But first of all let me explain:
- I have and excel sheet with 88 columns
- I want to extract 6 columns from it with the specific names, because the order of the columns changes every time
- I have tried multiple methods method:
3.1. dt.Select(“[CN]” + “” + “[CN1]” + “” + …
3.2 . dt.Select(“CN” + “” + “CN1” + “” + …
3.3. dt.Select(“CN” + “CN1” + …
3.4 And all the other tipes with ’ and “”
If you can please help me.
Apologies for the tag, because my version is 2018.2.3, but I didn’t find more relevant topic.
Regards,
Phoenix