Xlsb version excel - BOT unable to Read

Dear Members -

Recently I developed a BOT which requires the excel file with xlsb extension to read. However while running, the BOT fails due to the message “xlsb” is not supported. Supported extensions are .xlsx and .xslm.

Can anyone let me know the reason how to fix the issue. Please note that I should not manually change the extension of this file. please advise.

Hi @ajshabee,
you can use one of these activity to Rename or copy the file with extension .xlsx

image

and then you can read the file by ReadRange Activity.

Regards
Balamurugan

Hi,

If you have the latest version of Excel Read Package then don’t browse and get the file, but instead you will mention a path by own it will work for you.

hey…can you please send us .xaml file ,if you have