How to read the excel which could not open manually?

I have an excel that excel could not open manually.

But I need to read that excel from UI Path.

Can any one help me regarding this.

Hi @Vanitha_VS

Use Read range workbook activity

or

Hope it helps!!

@Vanitha_VS
use this activity for read excel
image

Hi @Vanitha_VS

UiPath has the ability to open Excel files in read-only mode. This might allow you to read the data from the file even if it cannot be opened manually.

Read Range activity → Workbook → Options → IsReadOnly (Check this option)

Enabling the “IsReadOnly” option might help UiPath to read the data without attempting to modify the file.