Update Cell in Excel
does anybody know, if its possible to update cells
in an existing excel file via SQL.
For example in Oracle its possible to do something like
UPDATE TABLE SET COL = VALUE WHERE ROWNUM = 42.
Is there some equivalent to ROWNUM in ODBC ?
Thanx in advance,
Matze

