PHP and PEAR - Update a .xls (Excel)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • T.I.M.

    PHP and PEAR - Update a .xls (Excel)

    I know how to create a new .xls (Excel) file with Pear
    (Spreadsheet_Ex cel_Writer)

    BUT how can I update a .xls file?


    kind regards,
    Tim


  • Terence

    #2
    Re: PHP and PEAR - Update a .xls (Excel)

    T.I.M. wrote:
    [color=blue]
    > I know how to create a new .xls (Excel) file with Pear
    > (Spreadsheet_Ex cel_Writer)
    >
    > BUT how can I update a .xls file?
    >
    >
    > kind regards,
    > Tim
    >
    >[/color]

    can't you just use the built-in (PHP for Windows) COM module to access
    the Excel VBA API?

    Comment

    • T.I.M.

      #3
      Re: PHP and PEAR - Update a .xls (Excel)

      No I also want it to run on Linux!


      "Terence" <tk.lists@fastm ail.fm> schreef in bericht
      news:407b9286$1 @herald...[color=blue]
      > T.I.M. wrote:
      >[color=green]
      > > I know how to create a new .xls (Excel) file with Pear
      > > (Spreadsheet_Ex cel_Writer)
      > >
      > > BUT how can I update a .xls file?
      > >
      > >
      > > kind regards,
      > > Tim
      > >
      > >[/color]
      >
      > can't you just use the built-in (PHP for Windows) COM module to access
      > the Excel VBA API?[/color]


      Comment

      Working...