Page 1 of 1

Xls/Xlsx file author

Posted: Tue Oct 29, 2013 7:32 am
by d3nton
Hello.
How can I set the 'author' of a xls/xlsx file?

Thank you & Best regards

Re: Xls/Xlsx file author

Posted: Fri Nov 08, 2013 12:10 pm
by larsa
Hello

You can't right now but it will be possible in update 5.20.07, ready by the beginning of next week. See release notes for details.

Re: Xls/Xlsx file author

Posted: Tue Nov 26, 2013 7:43 am
by d3nton
Thank you :-)

Re: Xls/Xlsx file author

Posted: Mon Dec 30, 2013 11:02 am
by d3nton
How do i set the author?
Each time i try to set the author via ExcelFile.DocProps.Creator = 'xxx' , procedure TXc12DocProps.SetCreator restursn nil for DocPropsCore.Root.Find('dc:creator');, so the author is not set.

Re: Xls/Xlsx file author

Posted: Fri Jan 03, 2014 10:44 am
by larsa
Hello

Fixed in update 5.20.11

Re: Xls/Xlsx file author

Posted: Tue Jan 07, 2014 10:29 am
by d3nton
Thank you .Works now for xlsx files but unfortunately not for xls files.
Also I cannot set the author or the lastModified property (xlsx/xls) if i write into an already existing file.

Re: Xls/Xlsx file author

Posted: Thu Jan 09, 2014 7:18 am
by larsa
Hello

You can't set these kind of properties for xls files as they uses a completely different interface that is not supported.

Re: Xls/Xlsx file author

Posted: Thu Jan 09, 2014 9:20 am
by d3nton
OKay thanks. What about changing the author/lastModifiedBy in an already existing file?
How can I do this?

Re: Xls/Xlsx file author

Posted: Wed Jan 15, 2014 1:06 pm
by larsa
Hello

I can't reproduce this. Tested with update 5.20.11

Re: Xls/Xlsx file author

Posted: Fri Jan 17, 2014 8:08 am
by d3nton
Yes, thanks. Works for me now.

Re: Xls/Xlsx file author

Posted: Sun Mar 02, 2014 4:11 pm
by qwertehok
hi
show a small example of the author\version in xlsx files