csv to excel conversion

后端 未结 6 1681
天涯浪人
天涯浪人 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

    There is a project in sourceforge that does this conversion:

    http://sourceforge.net/projects/py-csv2xls/

    But for the conversion you need to make a dynamic page in apache (in python, php...)

提交回复
热议问题