I schedule with Asp. Net and C #.
I have several reports in which columns of a Tablix with information about times appear. My problem is that when exporting to Excel this report does not let me operate with these times.
If I have a Tablix column with several times:
0:50
8:00
8:00
3:00
8:00
2:00
0:30
And then in Excel I want to use the sum function (or the autosum) of all these cells, it returns 0
. When should I return 30:20
.
How could I change the formats from the Visual Studio (now I do it from Excel) to be able to operate with these cells as if they were times?.