-2

I want to export an excel file with checkbox like the picture below but i don't know how to do it. Please help me! PHPExcel is not support for checkbox.

Thanks so much! Click here to view attach file

  • 1
    Hi and welcome to SO, we're not a free guide / tutorial service, we appreciate people showing us what they have tried and show that they've done some research, I'd strongly recommend that you had a look at [the tour](http://stackoverflow.com/tour) so you can get a better idea of how SO works and how to write your question in order to get the best answers. – Epodax Feb 25 '16 at 07:54
  • Possible duplicate of [Export from PHP to Excel](http://stackoverflow.com/questions/4005814/export-from-php-to-excel) – trincot Feb 25 '16 at 07:56

1 Answers1

0

Then you have three alternative choices

  • PHP's COM extension (requires a COM enabled spreadsheet program such as MS Excel or OpenOffice Calc running on the server)
  • The Open Office alternative to COM (PUNO) (requires Open Office installed on the server with Java support enabled)
  • Ilia Alshanetsky's Excel extension now on github (requires the commercial libXL component)
Mark Baker
  • 209,507
  • 32
  • 346
  • 385