Excel File Writing

  • Thread starter Thread starter indrajith_varma1
  • Start date Start date
I

indrajith_varma1

Hi
Can we read from an existing excel file, retrieve the values, take the
1st row, append apostophe to all the values in the first row and write
back the appended values to the 1st row of the same file?

If there is a solution, please do let me know. its very urgent.

In anticipation of an immediate response

Thanks & Regards
Indrajit
 
Can we read from an existing excel file, retrieve the values, take the
1st row, append apostophe to all the values in the first row and write
back the appended values to the 1st row of the same file?

If there is a solution, please do let me know. its very urgent.

In anticipation of an immediate response

An immediate response...? This isn't your private helpdesk, you know... This
is a public P2P newsgroup populated by volunteers...

Anyway: if Excel is installed on the local machine, you can work with
workbooks in several ways:
http://msdn2.microsoft.com/en-us/library/aa192488(office.11).aspx
http://www.c-sharpcorner.com/Upload...elSheet12012005015333AM/CreateExcelSheet.aspx
http://www.microsoft.com/downloads/...52-3547-420a-a412-00a2662442d9&displaylang=en
http://www.microsoft.com/downloads/...80-f2c0-4b80-9ad1-2cb0c300aef9&displaylang=en

If not, you'll need something like this:
http://www.aspose.com/Products/Aspose.Cells/Default.aspx
 
Back
Top