csv to excel conversion

后端 未结 6 1685
天涯浪人
天涯浪人 2020-12-05 05:26

Is there a way to convert csv file to excel file upon request through apache/.htaccess

6条回答
  •  一向
    一向 (楼主)
    2020-12-05 06:03

    Yes, since apache is open-source, you can modify the .htaccess parser to call a library to convert your CSV files into excel files. But I don't think this is what you're looking for. :-).

    I think really what you need is a dynamic web site. Then you can use PHP or any supported language to do what you need to do.

    something like this: http://www.westwideweb.com/wp/2009/01/12/convert-csv-to-xls-excel-in-php/

提交回复
热议问题