When spaces are present in sample names, they are (understandably) converted to underscores for sheet names in the resulting xlsx file. However, that file is used to pull results, and the original sample names are used in the drop-down menu.
This results in "Worksheet named 'blah blah sample name` not found", since it's actually named blah_blah_sample_name now.
When spaces are present in sample names, they are (understandably) converted to underscores for sheet names in the resulting xlsx file. However, that file is used to pull results, and the original sample names are used in the drop-down menu.
This results in "Worksheet named 'blah blah sample name` not found", since it's actually named blah_blah_sample_name now.