This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Allowed Formats

Comments

1 comment

  • Avatar
    Loic Verger Del Bove

    Hi there,

    Thanks for reaching out and sorry for the delay in our answer as we discovered an issue preventing us to be alerted. 

    You should be able to upload .xls and .xlsx files using the following code:

    cloudinary.v2.uploader.upload("sample_spreadsheet.xls", 
      { resource_type: "raw" }, 
      function(error, result) {console.log(result, error); });

    For more details, you can check out this documentation: https://cloudinary.com/documentation/upload_images#uploading_non_media_files_as_raw_files

    Hope that helps.

    Best,
    Loic

    0
    Comment actions Permalink

Post is closed for comments.