Hi,
I use ASP runner to query an Excel file directly.
While displaying the search results, I notice that anything that is in a NUMERIC/ NUMBER format in the excel sheet does not get displayed
For example, if I have 12345 in the Excel, it does not show up on the list page
However, if i change the format to 'TEXT' in Excel then the 12345 shows up in the list page
How can I show both text and numbers in the list page
Thanks