-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

2
  • 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 so you can get a better idea of how SO works and how to write your question in order to get the best answers. Commented Feb 25, 2016 at 7:54
  • Possible duplicate of Export from PHP to Excel Commented Feb 25, 2016 at 7:56

1 Answer 1

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)
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.