Using PHP to read XL Spreadsheet Files?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jeffsnox@gmail.com

    #1

    Using PHP to read XL Spreadsheet Files?

    Is there a simple way to read the content of uploaded Microsoft XL
    spreadsheet files?

    TIA

  • PTM

    #2
    Re: Using PHP to read XL Spreadsheet Files?

    <jeffsnox@gmail .comwrote in message
    news:1153928631 .988637.269950@ s13g2000cwa.goo glegroups.com.. .
    Is there a simple way to read the content of uploaded Microsoft XL
    spreadsheet files?
    >
    TIA
    >
    not because of the xl specific coding of the document.
    the easiest way would be to have the spreadsheet saved either in Text (Tab
    Delimited) or CSV format, and then write your php to interpret that.

    hope this helps

    Phil


    Comment

    • Peter Fox

      #3
      Re: Using PHP to read XL Spreadsheet Files?

      Following on from jeffsnox@gmail. com's message. . .
      >Is there a simple way to read the content of uploaded Microsoft XL
      >spreadsheet files?
      >
      >TIA
      >
      Try www.badblue.com. Claim to be able to read,edit and share excel
      using PHP. Also access Word content. Sounds nifty.



      --
      PETER FOX Not the same since the statuette business went bust
      peterfox@eminen t.demon.co.uk.n ot.this.bit.no. html
      2 Tees Close, Witham, Essex.
      Gravity beer in Essex <http://www.eminent.dem on.co.uk>

      Comment

      Working...