I need to convert excel file into PDF file.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kamill
    New Member
    • Dec 2006
    • 71

    I need to convert excel file into PDF file.

    I need to convert excel file into PDF file using PHP, how can i do it. I am able to generate a pdf file.
    Is there any solution to export excel data into mysql database?
    I am waiting for help.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, kamill.

    If you export your Excel spreadsheet as a CSV file, you can import it into MySQL using the LOAD DATA INFILE command.

    To create a PDF, use PHP's PDF functions.

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3

      Moved Thread from PHP Articles – Ajaxrand

      Comment

      Working...