You can get simple excel exporting with a few lines of code.
Google it ...
HOWEVER
Based on your need to have some rows locked.....you've just walked over to
the otherside.. From easy to alot harder.
I would look at
http://www.aspnetpro.com/Productrevi...200311so_p.asp
aspose.excel
good luck
.............
If your $$$ is more valuable than your time....then you can also do this.
(lots and lots of hours)
Create a basic, but complete example of your table data, and locked row.
Save as Xml (in Excel XP or later)
Open it up and notepad.
Learn how to code up xml based excel......using lots and lots of namespaces
and such.
"AVL" <(E-Mail Removed)> wrote in message
news:E2AF0841-61A8-4E33-8C28-(E-Mail Removed)...
> Hi,
> I;ve a requirement wherein the need to export the data from grid to excel
> file
> using .net 1.1..
>
> While I do the export to file, sfew columns in teh excel file should be
> locked,
> in the sense..use shouldn't be able to edit the values in those columns...
>
> is this possible thru C#? any samples