Click here to Skip to main content
15,900,907 members

Comments by Indukanth (Top 7 by date)

Indukanth 2-Mar-16 4:45am View    
thankyouu.. :)
Indukanth 1-Mar-16 23:06pm View    
Hi Maciej Los im using Spire.XLS.
I think i tried this code. but it doesn't return any result.
Indukanth 1-Mar-16 5:23am View    
ok sure.. i will try and let you know. :)
thankyou.
Indukanth 1-Mar-16 5:13am View    
i tried the below snippet but didn't get any results..

var temp= sheet.Range["A1"].Formula;
if (sheet.Range[1, 1].FormulaBoolValue)
{
MessageBox.Show("test");
}
im not too familiar range.
how can go through this?
Indukanth 1-Mar-16 3:48am View    
Hi sir,
actually my entire project is working with this Spire.XLS, now i got a new requirement for find the formula cells.
thats why im using this.