I assume you get following error: Execute failed: Unsupported column type ‘?’. Please remove corresponding column(s) from the input table.
Due to concatenation or transposing or some other operation you get this Non-native column type and it’s causing above error when trying to write data to Excel. You can use Column Auto Type Cast node to deal with it.