Click here to Skip to main content
15,910,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,
I have an excel form which I converted into xml spreadsheet. There are 4618 Lines. I wante to fill five rows with textbox.textes. Is it possible to generate a new spreadsheet on button click with filled rows?
What is the best way to save this file filled?
How can I insert into current row with c# app?
Advice me something.
I really need help
Posted
Updated 14-Nov-10 22:54pm
v2

1 solution

look for Excel Export.

there's 2 versions

1 is a dependency where the client needs office installed.
And another without it (this is what you want)

Now. When the datatable gets created to save the data into excel.

you can intervene and build your todo's there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900