-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
When we export to Excel, the Print time is formatted like hhh:mm:ss
But as far as I could research, Excel accept time up to 9999:59:59 without leading zeros (exception is 0x:xx:xx)
I can't sum the time right out of the bat with the format PrintHistory exports, and I hope this is not a complicated fix.
A workaround in Excel is to add a new column with the formula =REPLACE([@[Print time]];0;;1)
then copy this values and paste over the old values, and then copy a cell with number 1 and then paste special, values, multiply over the pasted cells to force Excel to re-evalute the text into time.
guysoft
Metadata
Metadata
Assignees
Labels
No labels