c# 3.0 - How can I import a csv file into Excel spreadsheet? -


I have not found a clue about this and hopefully you can help with some utility code.

Do I have a comma delimited file and I have to import it in AXA?

Any thoughts? It is for Windows as an application in C # 3.5. Thank you

You want to look at the OLE automation. You will intimate and control Excel application objects from your C # code.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -