Hi,
Thank-you for the updated version.
I’ve tested 2.3.0.6 and it seems to work, with the exception that the behaviour does not match the documentation.
The documentation for BuiltInDocumentProperties.setTotalEditingTime():
setTotalEditingTime
public void setTotalEditingTime(double value)
throws java.lang.Exception
Sets the total editing time in minutes.
Parameters:
value
- the total editing
time in minutes.
Throws:
java.lang.Exception
However, when the value 1.0 is set, Excel 2007 displays an editing time of 60 Minutes. When the value of 1.0/60.0 is set, Excel 2007 displays an editing time of 1 Minute. Therefore it seems that the value supplied to this function should be in Hours, not Minutes.
Is this correct? If so, I'm happy to set the value in Hours but I need to know that this won't change in future releases. Therefore, will the code change to match the documentation or will the documentation change to match the code?
Thanks
Martin