Unable to detect excel sheet name
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
After selecting the file via Input, the sheet name is not displayed for selection. All I see is <List of Sheet Names>. If I continue and run the workflow, I see the error message "Field: "Sheets Names" is 0 length".
How to overcome this problem short of renaming each sheet first in Excel?
Solved! Go to Solution.
- Labels:
- Input

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you select XLSX as an input but the input is actually a CSV? This can happen because most people have CSVs appear as Excel icons on their desktop which can mislead them. I say this because I was able to pull in a sheet with 31 full characters (Excel max for a sheet name) with many of the different symbols you listed below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Ryan, I've checked the excel file extension. It is XLSX. Just discover that if I change File Format to Microsoft Excel Legacy (*.xlsx), it is able to pick up the sheet name. However, now the option to "Start Data Import on Line" option is no longer available. How can I get Alteryx to pick the data head from row 5 of the excel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Joon wrote:Hi Ryan, I've checked the excel file extension. It is XLSX. Just discover that if I change File Format to Microsoft Excel Legacy (*.xlsx), it is able to pick up the sheet name. However, now the option to "Start Data Import on Line" option is no longer available. How can I get Alteryx to pick the data head from row 5 of the excel?
Use the sample tool to skip first four rows, then the Dynamic Rename to take field names from first row of data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks CiaranA. Tried your suggestion and it works.
