I have an Excel file I’m reading that uses VLOOKUP to pull data from another Excel file. When reading with Workbook Read Range the dates come through as integers…
If I switch to Excel Application Scope it works…
So I’m asking for Workbook Read Range to be fixed so it can handle VLOOKUP data properly.
I believe that’s not something that needs or can be enhanced.
The VLOOKUP values are actually using excel advanced functions and hence a normal workbook is not designed to fetch those values. We have excel application scope for that, which uses application api to perform those advanced functions.
We are using Excel. That’s what the Workbook activities do. Yes, Excel Application Scope works for linked data. I’m hoping Workbook activities can be updated to handle linked data, too. That’s all.