I'm connected to a File System Linked Service where the .xlsb file is and I want to create a CSV file with that information.
This .xlsb file has several sheets and I only need one.
Is it possible to read .xlsb files and select the sheet that we want in Data Factory dataset and copy data activity?
Thanks