Hi - I am trying to fetch couple of columns from a .xlsb file containing 500,000+ rows. Hence, I am using execute query to retrieve the desired columns and writing the retrieved datatable in a .CSV file.
However, interestingly, when i opened the .csv file, I could see one of the column names is “EXPR1001” instead an actual column name (“XX DATE”).
“Select [CIP ACCOUNT], Cdate([PROVIDER GL DATE]) from [CIP Report$] where [CIP ACCOUNT] like ‘%1200400%’ or [CIP ACCOUNT] like ‘%1201800%’ or [CIP ACCOUNT] like ‘%1202500%’ or [CIP ACCOUNT] like ‘%1201100%’ or [CIP ACCOUNT] like ‘%1152600%’ or [CIP ACCOUNT] like ‘%1151900%’”