Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to read one particular column in excel sheet and display that column as csv file format
Posted
Comments
CHill60 12-Oct-14 15:08pm    
What have you tried?
[no name] 12-Oct-14 15:22pm    
Read the documentation for whatever method you are using to query the Excel data with, query the data, display the data in whatever you think "csv file format" is.

1 solution

There is few ways to read MS Excel file:
1) using Interop[^]
2) using OpenXL[^]
3) using ADO.NET - OleDb[^]

When you've got an Excel data, you're able to write it into text file[^].

The question is to vague to answer it directly. When you get stuck, come back here and ask detailed question.
 
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