I asked a question previously on how to take excel data and put it into a winforms treeview, the treeview works properly and I made it so you can make changes to the treeview such as adding new nodes to it. What I would like to do is export this into the sheet that I created for this export. Any ideas or links?
Thanks.
If I were approaching this problem I would probably convert the tree view into XML and then load the xml in by opening the file regularly. If I knew more about the way you wanted your excel file to appear and what sort of information you are trying to retain from your treeview I could probably give a more comprehensive answer.
Other Peoples Examples:
http://www.codeproject.com/KB/cpp/treeviewtoxml.aspx
http://www.brainbell.com/tutorials/ms-office/excel/Load_An_XML_Document_Into_Excel.htm