export data in excel format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucafr
    New Member
    • Feb 2008
    • 2

    export data in excel format

    is it possible to export data from a postgresql table to a excel format?
    tnx a lot!
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by lucafr
    is it possible to export data from a postgresql table to a excel format?
    tnx a lot!
    you mean .xls? if so it is impossible (if i am right :)) but you can export it to a text file and open it with excel, it will convert the file for you to excel format.

    Comment

    • lucafr
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by rski
      you mean .xls? if so it is impossible (if i am right :)) but you can export it to a text file and open it with excel, it will convert the file for you to excel format.
      thank you for the precious information, i'll try!

      Comment

      • foneman
        New Member
        • Mar 2008
        • 15

        #4
        If it will export data as a CSV file, comma delimited that is, then Excel can convert it. I do it with a PHP script on a web server using the SpreadsheetWrit er module in Pear.

        Comment

        Working...