I was wondering if alteryx is able to output table to excel looking like this:
| Header1.1 | Header1.2 | Header1.3 | | |
| STRING | STRING | STRING | | |
| Header2.1 | Header2.2 | Header2.3 | Header2.4 | Header2.5 |
| STRING | NUMBER | STRING | STRING | STRING |
| STRING | NUMBER | STRING | STRING | STRING |
Where values under Header2.2 are stored as numbers and excel recognizes them as numbers (currently they are strings cause whole column needs to be string type)