Hi…all
I’m facing issue with excel
Error is
The supplied spreadsheet seems to be excel 5.0/7.0 (BIFF5) format. POI only supports BIFF8 format (from Excel versions 97/2000/xp/2003)
Hi…all
I’m facing issue with excel
Error is
The supplied spreadsheet seems to be excel 5.0/7.0 (BIFF5) format. POI only supports BIFF8 format (from Excel versions 97/2000/xp/2003)
Hi,
Is MS Excel installed in your PC? If yes, can you try to use ExcelApplciationScope and ReadRange OR UseExcelFile activity and ReadRangeX instead of Workbook-ReadRange etc?
Regards,
I encountered the same problem, too and I tried to read excel with ExcelApplicationScope. It worked.
Thank you @Yoichi .