This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
When you want to use the report data in excel, I'd expect numeric data to be a number formatted cell in excel, so I can e.g. use autosum.
At the moment when outputting time_format as --time_format="[%seconds_overall]", the output cells are strings and summing a column e.g. with a condition on a certain user, gives me 0 as the total. I could easily create custom reports with totals by user based on the records sheet, if the numbers data was actual numbers. Can this be changed?