Append data to excel using c#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i have code to save the data to new excel files i need to save and append tha data to already saved file using c# can any one help in this for me Ramya
-
i have code to save the data to new excel files i need to save and append tha data to already saved file using c# can any one help in this for me Ramya
There isn't a whole lot different between opening an existing file and saving new data to it and opening a new file and saving new data to it. If you already have code to do one then the other is pretty much a cut and paste job . . . is there something specific you're having a problem with?