Search found 133 matches

by d3nton
Thu Jan 09, 2014 9:20 am
Forum: XLSReadWritwII 6
Topic: Xls/Xlsx file author
Replies: 10
Views: 3916

Re: Xls/Xlsx file author

OKay thanks. What about changing the author/lastModifiedBy in an already existing file?
How can I do this?
by d3nton
Tue Jan 07, 2014 10:29 am
Forum: XLSReadWritwII 6
Topic: Xls/Xlsx file author
Replies: 10
Views: 3916

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.
by d3nton
Tue Jan 07, 2014 7:19 am
Forum: XLSReadWritwII 6
Topic: File not found: XLSRWII.inc (5.20.11)
Replies: 2
Views: 1731

Re: File not found: XLSRWII.inc (5.20.11)

thank you ! I am very sorry to bother you again, but there are also some small other issues:in XLSReadWriteII5.pas line 42 {$define AX_SHAREWARE}. I removed this line to get rid of the xlsx watermark in the excel file. I think this was accidently applied to the code since the previous versions do no...
by d3nton
Mon Jan 06, 2014 2:35 pm
Forum: XLSReadWritwII 6
Topic: File not found: XLSRWII.inc (5.20.11)
Replies: 2
Views: 1731

File not found: XLSRWII.inc (5.20.11)

I got an 'file not found' error when compiling the latest version 5.20.11.
{$I XLSRWII.inc} in sereval units causes this issue.
Please help.
by d3nton
Mon Dec 30, 2013 11:02 am
Forum: XLSReadWritwII 6
Topic: Xls/Xlsx file author
Replies: 10
Views: 3916

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.
by d3nton
Mon Dec 30, 2013 10:08 am
Forum: XLSReadWritwII 6
Topic: Invalid xlsx hyperlinks in Office 2007
Replies: 12
Views: 6927

Re: Invalid xlsx hyperlinks in Office 2007

Hi! Thank you very much for the fix. Unfortunately old hyperlinks are not recognized correctly if you add hyperlinks to an already existing file with hyperlinks which has previously been created with XLSReadWrite. This worked in XLSReadWrite 5.20.02. I have seen that you implemented the fix in XLSRe...
by d3nton
Tue Nov 26, 2013 8:06 am
Forum: XLSReadWritwII 6
Topic: AutoWidthCols produces large xls files.
Replies: 1
Views: 1308

AutoWidthCols produces large xls files.

Hi! The sample below creates an xls file with only one 'test' string in it. The FOR-loop simulates that a user writes to the same xls file several times adding new sheets to the file. If i use the procedure AutoWitdhCols to adjust the first column with the 'test' strings the file will become unusual...
by d3nton
Tue Nov 26, 2013 7:43 am
Forum: XLSReadWritwII 6
Topic: Xls/Xlsx file author
Replies: 10
Views: 3916

Re: Xls/Xlsx file author

Thank you :-)
by d3nton
Tue Nov 26, 2013 7:42 am
Forum: XLSReadWritwII 6
Topic: Wrong timestaps in XLSX files.
Replies: 5
Views: 2585

Re: Wrong timestaps in XLSX files.

Thank you very much for your good support and the quick fix!
by d3nton
Tue Oct 29, 2013 8:04 am
Forum: XLSReadWritwII 6
Topic: Wrong timestaps in XLSX files.
Replies: 5
Views: 2585

Wrong timestaps in XLSX files.

Hello.
The 'Date' and the 'Date last saved' timestamps are always set to 1/1/2000 instead of the correct value.
Please take a look at this picture:
http://www.file-upload.net/download-823 ... t.png.html.
Could you please fix this.
Thank you.
by d3nton
Tue Oct 29, 2013 7:32 am
Forum: XLSReadWritwII 6
Topic: Xls/Xlsx file author
Replies: 10
Views: 3916

Xls/Xlsx file author

Hello.
How can I set the 'author' of a xls/xlsx file?

Thank you & Best regards
by d3nton
Mon Oct 21, 2013 7:58 am
Forum: XLSReadWritwII 6
Topic: Unknown Element "xdr: col" exception
Replies: 5
Views: 2452

Re: Unknown Element "xdr: col" exception

Hello.

Unfortunately it is not yet fixed in update 5.20.05. Now, I got an EIntOverflow in xpgPXML.pas
function TXpgReadXML.QNameHashB: longword; in the while loops:
->a := a * 378551;

Thanks for your help.
by d3nton
Wed Oct 16, 2013 1:08 pm
Forum: XLSReadWritwII 6
Topic: Unknown Element "xdr: col" exception
Replies: 5
Views: 2452

Unknown Element "xdr: col" exception

I got an error: 'Unknown Element "xdr: col" exception' when reading this xlsx file: http://www.file-upload.net/download-8184511/test.zip.html It seems that XLSReadWrite cannot read <xdr:oneCellAnchor> elements: see xml tag in xl\drawing\drawing1.xml. begin ExcelFile5 := TXLSReadWriteII5.Cr...
by d3nton
Fri Oct 11, 2013 12:57 pm
Forum: XLSReadWritwII 6
Topic: Hyperlinks[i].address does not return the correct value
Replies: 5
Views: 2923

Re: Hyperlinks[i].address does not return the correct value

I tried to fix this on my own but only with limited success. My problem is, that I want to read a file with hyperlinks and add a new sheet in it. I do not really want to read the existing hyperlinks (i do not need the hyperlink addresses) but when reading the file, old hyperlinks will be destroyed, ...
by d3nton
Tue Oct 08, 2013 11:34 am
Forum: XLSReadWritwII 6
Topic: XLSM support
Replies: 6
Views: 2458

Re: XLSM support

Hi!
Any news on this?
Basic xlsm support as mentioned above would be nice.