Click here to Skip to main content
15,884,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get the excel sheet column header cell type(Ex:Numeric,date,currency,time...etc) by using Microsoft.Office.Interop.Excel library?
Posted
Comments
Kiran Susarla 5-Feb-13 0:49am    
Are you asking how to know the data type of the cell? Header cell most of the times will have name of the column and it will be string only.
Shekhar Reddy.N 5-Feb-13 0:57am    
I have one excel sheet with five columns and each column header cell having different datatypes(like:Numeric,currency,accounting,date,time) so what i want is each column header cell type through programmatically(using Microsoft.Office.Interop.Excel)?

1 solution

Try using Microsoft.Office.Interop.Excel.XlColumnDataType enumeration or use NumberFormat property of the Range Interface.
 
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