Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello guys

my problem is basic but critical..

I am generating one excel sheet through c# console application which contain one table and one chart

the chart is created on the basic of table values.

Now issue is raised like that all the value which are stored in the table are storing as text. so the chart is not created on the basis of table.
in excel one tooltip get displayed on cell 'the cell is formatted as text'

i check :
datatype of cell : number
the values from console app : convert.toint32()

if any1 have solution then reply...
thank u in advance

let me know if u want 2 know more ...
Posted
Comments
Sandeep Mewara 14-Jun-12 11:37am    
Comment from Pratyush Tripathi:
hello dear

send the generating excel sheet,print preview of page and explain the problem
Herman<T>.Instance 21-Jun-12 8:42am    
tried EPPLUS? Can do the same for you without having the text/integer problems

sorry guys to bother u
a Simple solution is here


if u want integer value in excel sheet cell then just pass convert.toint32(value)

thanks
 
Share this answer
 
 
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