dousikuai5417 2012-09-19 10:42 采纳率: 0%
浏览 71
已采纳

如何在PHPExcel中创建文件保存提示?

I just started using PHPExcel in my Zend Framework project and now I would like to make a multiple select box with save to a file button next to it like so:

SELECT BOX WITH INFO
-------------------   
option1           -
option2           -
.                 -
.                 -
.                 -
-------------------

---------------------------
save to excel file button -
---------------------------

How to get this file-save-to-prompt functionality in PHPExcel?

http://phpexcel.codeplex.com/

  • 写回答

1条回答 默认 最新

  • douyi2107 2012-09-19 10:45
    关注

    PHPExcel doesn't provide any GUI facilities, so it can't generate a select box for you. It is purely a library for reading, writing and manipulating spreadsheet files. If you want interaction with a user front-end, you need to write that yourself.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?