I am working on Excel generation and also did all functionality in Excel, but one problem occurs. I want to set a cell value like HH:MM only not date. I have a string like 12:45,36:30,102:50. For each cell but, I want to detect that those cells are time format greater than 24 hours in Excel and if I select the cells, to show the sum of hours on Excel. I don't know how to do that. I found a similar post on stack ( HH:MM:SS xls reading using Apache POI), but this post only shows how to read those cells. I want to set a cell value like greater than 24 hours format only hours and minutes like 25:00, 205:00, 152:30.
Can you help me? I really appreciate your effect!