PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, October 5, 2022

[FIXED] How to make a file save prompt in PHPExcel?

 October 05, 2022     php, phpexcel, zend-framework     No comments   

Issue

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/


Solution

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.



Answered By - Mark Baker
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing