I want sum column Amount , TAX and Net but number in file excel now form text.
I think it should convert number text to number right?
Please guide me about it.
Guide me about it.
I want sum column Amount , TAX and Net but number in file excel now form text.
I think it should convert number text to number right?
Please guide me about it.
Guide me about it.
You can also read data to DataTable an loop over it and parse the strings to double.
@moenk How to use parse?