Answered
cfx_ExcelQuery: specify sheet?
I installed the cfx_ExcelQuery custom tag which is part of
the OpenXCF project and with the help of this forum have been able
to successfully read data from an Excel file.
Does anyone know if there is a way to specify a specific worksheet to read by name? By trial and error I discovered that a specific sheet can be accessed by passing an index number (sheet="0") but haven't been able to get it to take a sheet name.
If not - no big deal, it's just that the program I'm working on originally used ODBC and required the user to specify the name of the sheet with the pertinent data.
Thanks in advance,
Ken
Does anyone know if there is a way to specify a specific worksheet to read by name? By trial and error I discovered that a specific sheet can be accessed by passing an index number (sheet="0") but haven't been able to get it to take a sheet name.
If not - no big deal, it's just that the program I'm working on originally used ODBC and required the user to specify the name of the sheet with the pertinent data.
Thanks in advance,
Ken