Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Firefox appending xls to xlxs files at time of downloading a file

more options

We are using a java application to download excel file but at the time of downloading Firefox itself appending .xls extension to the .xlsx file

We are using a java application to download excel file but at the time of downloading Firefox itself appending .xls extension to the .xlsx file

Alle antwoorden (3)

more options

That isn't a FF doing that is the site doing format if it comes with the newer MS extension then that is what it is. If you having problems from that site then you need to contact them about it.

Bewerkt door WestEnd op

more options

We don't have the issue using other browsers like IE and Chrome. only with Firefox.

more options

I assume you mean JDK on the server sending HTML/JavaScript/CSS to Firefox, and not a Java plugin applet (which no longer runs after Firefox 52 Extended Support Release).

Do you know what content-type header the web app is sending for XLSX files? I think these are preferred:

  • XLS: "application/vnd.ms-excel"
  • XLSX: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"