I am trying to query an Excel file and send emails based on the rows returned. It seems that using the SDK is the "best practice" way to access data in an Excel file. I know that using the SDK I could export the data from Excel to a SQL database, then use the Custom Query tool to get my data. However, is it possible to skip the database portion, and just get the rows returned straight from excel in the SDK? If so, how do I return those rows?
Thanks!