Hello.
How can I set the 'author' of a xls/xlsx file?
Thank you & Best regards
Xls/Xlsx file author
Re: Xls/Xlsx file author
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.
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.
Lars Arvidsson, Axolot Data
Re: Xls/Xlsx file author
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.
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
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.
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
Hello
You can't set these kind of properties for xls files as they uses a completely different interface that is not supported.
You can't set these kind of properties for xls files as they uses a completely different interface that is not supported.
Lars Arvidsson, Axolot Data
Re: Xls/Xlsx file author
OKay thanks. What about changing the author/lastModifiedBy in an already existing file?
How can I do this?
How can I do this?
Re: Xls/Xlsx file author
Hello
I can't reproduce this. Tested with update 5.20.11
I can't reproduce this. Tested with update 5.20.11
Lars Arvidsson, Axolot Data
Re: Xls/Xlsx file author
Yes, thanks. Works for me now.
Re: Xls/Xlsx file author
hi
show a small example of the author\version in xlsx files
show a small example of the author\version in xlsx files