Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi how to load multiple excel files with different sheet names
Check this and see if this helps
for Each file in 'A' , 'B'
Table$(file):
LOAD *
FROM
Community_205639.xlsx
(ooxml, embedded labels, table is $(file));
NEXT
Hi Avinash i already tried that but wont work