excel - PHP create a report send with email -


I have a page with dynamic content and it likes the user to send the result as an email attachment Creates Report (PDF & Amp; Excel) What would be the best way to do this?

  • For email: PHPMailer () For Excel: PHPExcel ()
  • For PDF: DomPDF or Prince

    Use Google to search each of these This is a very complicated process, but if you move it step by step then you should be able to understand it. Prince is not free, but looks better than domPDF.

    1. Create an Excel version of the report on the server.
    2. Create a PDF version of the report on the server.
    3. Email the two attached files to the reports.
    4. Delete files from the server.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -