callicoder / java-read-write-excel-file-using-apache-poi

How to Read and Write Excel Files in Java using Apache POI
https://www.callicoder.com/java-read-excel-file-apache-poi/
119 stars 104 forks source link

Incorrect mime type for file generated by poi #2

Open kunalnov opened 2 years ago

kunalnov commented 2 years ago

@callicoder

Noticed that this generates the xls file with an incorrect mime type as text/plain. Can you please advise how would you set a correct content type for an excel file?

Thank you