Generating Excel Report Using Php -
i trying generate excel report of employee schedule times in week.
i have 1 function calculate total hours , mins in week , return in format hours:mins.
i displaying total hours in excel. issue here after 24:00 total time i.e if total time 25:00 printing in excel 25:00:00.
i want 25:00 instead. don't understand issue.
can 1 please me on this?
how creating excel file? csv/tab delimited? if no date formatting applied cells, problem.
if want apply date formats etc. cells using php, suggest using phpexcel library.
Comments
Post a Comment