This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
the file I want to use has ~460 columns in but only 255 are currently being input. Is there a way of inputting all 460 for an xlsb file?
THanks
Solved! Go to Solution.
Hi @Kate
Looking at the Alteryx Excel help documentation under the "lengths and limits" section:
While this documentation is for xlsx files, the binary files are read using the Legacy Driver for Microsoft Excel, putting a limit at 255 columns. You can get around this by converting the file to xlsx if possible.
Jake