Apache csv file download not in excel

user1050619

I have a CSV file thats been hyperlinked. When the user clicks it, its supposed to open in a XLS file but for some reason its opening in HTML page..How can I fix it?

The python bottle application runs on apache webserver.

<a id="d14" href="../files/BUY_PRODUCT_LIST.csv">PRODUCT_LIST.csv</a><br>
msvalkon

You're confusing a Microsoft Excel spreadsheet, .xls with a comma separated value file, .csv.

csv is just a text file in which tabular data is delimited by a comma (or a tab, a dot, a semicolon, etc). Your browser can handle this file type as a text file and will display it as such.

You will have to modify the HTTP header and change the Content-Type to something more fitting.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Flask/Dash CSV/Excel file download/output not unique to each user in different instances

分類Dev

Excel file (azure blob) does not download in chrome

分類Dev

Angular 2- Generate CSV file and download it as Zip File

分類Dev

Angular 2- Generate CSV file and download it as Zip File

分類Dev

Get CSV file header using apache commons

分類Dev

Get CSV file header using apache commons

分類Dev

Writing to an excel using Apache POI corrupts the excel file

分類Dev

how to download .csv file using API Endpoint in pandas

分類Dev

How to download Github Raw CSV file using Ruby

分類Dev

How to properly download excel file with Angular2

分類Dev

Laravel - How to download sample Excel file from the storage

分類Dev

Apache POI jar is not able to write a special character in excel file

分類Dev

Cannot read from Excel file using apache poi

分類Dev

Save big matrix as csv file - header over multiple rows in excel

分類Dev

How can i add two tables in excel csv file?

分類Dev

How do I get excel to not mess around with the formatting of a .csv file

分類Dev

excel.csv file rounding issue when importing to Python

分類Dev

excel vba download text file from the internet that update every 5 minutes

分類Dev

Add link to download CSV with Rails

分類Dev

Download a file with AngularJS

分類Dev

Robot Framework Download File

分類Dev

Download a file in Angular 2

分類Dev

Download a file in Angular 2

分類Dev

Download file synchronously with httpClient

分類Dev

Download File with Micronaut

分類Dev

Download .xls file

分類Dev

how to download file with php?

分類Dev

Download a file in the browser

分類Dev

Download file by form PHP

Related 関連記事

ホットタグ

アーカイブ