Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

Cannot upload my file - keep on getting the error, "Invalid file formatError: invalid format" but I've checked that my file is XLS. Is there another way to view a more specific error for the file type?

4d54873a545f04fb2ca3
8 - Asteroid
 
2 REPLIES 2
Trifacta_Alumni
Alteryx Alumni (Retired)

A general workaround would be to convert the XLS to CSV and then load the CSV.

 

Regarding the root cause, this may have multiple reasons why you see the observed symptoms:

  1. Not really a XLS flie, some applications such as Salesforce create HTML files and relabel them as XLS.
  2. Corrupt XLS file, row count can't be >65536.
  3. Complex formatting (filtering) and referencing may cause similar issues
4d54873a545f04fb2ca3
8 - Asteroid

Thanks for your feedback!