Hi @Sanjay Dinda ,
Thank you for posting query in Microsoft Q&A Platform.
Could you please clarify what you mean when you say wants to load in to Synapse?
You mean to load file in to Synapse attached ADLS gen2 account? If yes, you can consider creating a synapse pipeline with copy activity. Use binary format type dataset in source and sink tabs of Copy activity to load file as it to storage account.
If your requirement is connecting to XLSB file and reading data inside it (not loading directly as it is) by selecting sheets then it's not possible as XLSB formatter is unsupported directly in ADF or Synapse pipelines at this moment.
You can consider converting
.xlsb
file toexcel file
first and then creating a dataset for that excel file in ADF or Synapse Pipeline to read it.
Hope this helps. Please let me know if any further queries.
------------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.