Search found 28 matches

by CareAll
Mon Sep 14, 2015 10:07 am
Forum: XLSReadWritwII 6
Topic: Unknown ptgs "72"
Replies: 2
Views: 2778

Re: Unknown ptgs "72"

It's working now, thank you for the fix.
by CareAll
Fri Sep 11, 2015 2:58 pm
Forum: XLSReadWritwII 6
Topic: Unknown ptgs "72"
Replies: 2
Views: 2778

Unknown ptgs "72"

Hello, I have an xlsx file, I open it and get the exception 'Unknown ptgs "72"'. XLS := TXLSReadWriteII5.Create(nil); try XLS.CompressStrings := False; XLS.Filename := 'Test.xlsx'; XLS.Read; <<<<<<<<<<<<<<<< Exception: Unknown ptgs "72" finally FreeAndNil(XLS); end; I send you th...
by CareAll
Fri Apr 24, 2015 3:42 pm
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Re: Unicode character issue

Thank you, it's working now.
by CareAll
Fri Apr 24, 2015 10:16 am
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Re: Unicode character issue

Hello Lars, I tried out your solution with version 5.20.48, but unfortunately it doesn't work. As far as I can see, the value of CompressStrings doesn't affect the content of the output file. I unpacked the two xlsx files (one with CompressStrings = True and one with False) and compared the files in...
by CareAll
Mon Apr 20, 2015 1:34 pm
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Re: Unicode character issue

I will try it, thank you.
by CareAll
Fri Apr 17, 2015 1:13 pm
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Re: Unicode character issue

Hello Lars, I managed to find out how to reproduce the error. With Swedish regional settings the output of the above program is Kôvàgò Kàlmàn 陰茎 Kôvàgò Kàlmàn If you change your Windows location to Hungary and the System Locale to Hungarian (Hungary) the output is Kôvŕgň Kŕlmŕn 陰茎 Kôvàgò Kàlmàn Plea...
by CareAll
Tue Apr 14, 2015 2:38 pm
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Re: Unicode character issue

Hello Lars,

I'm using Delphi XE7, so it is not likely that this is the cause of the error. Could you please write down what is the output of the sample previously sent to you?
by CareAll
Wed Apr 08, 2015 10:15 am
Forum: XLSReadWritwII 6
Topic: Unicode character issue
Replies: 9
Views: 6491

Unicode character issue

Hello Lars, I'd like to put a string with some accented characters into a cell. The following line of code XLS[0].AsString[0, 0] := 'Kôvàgò Kàlmàn'; gives a wrong result in the Excel file: Kôvŕgň Kŕlmŕn If I append some Japanese characters to the string, like XLS[0].AsString[0, 1] := '陰茎 Kôvàgò Kàlm...
by CareAll
Thu Mar 19, 2015 9:26 am
Forum: XLSReadWritwII 6
Topic: Date calculation issue
Replies: 5
Views: 3849

Re: Date calculation issue

Thank you
by CareAll
Mon Mar 16, 2015 6:39 pm
Forum: XLSReadWritwII 6
Topic: Date calculation issue
Replies: 5
Views: 3849

Re: Date calculation issue

Hello Lars,

Sample files sent.
by CareAll
Mon Mar 16, 2015 10:31 am
Forum: XLSReadWritwII 6
Topic: Date calculation issue
Replies: 5
Views: 3849

Date calculation issue

Hello, I have a simple Excel input file containing data in the A1 and B1 cells. A1 has a date value: November 26th, 2014 and there's a formula in B1: =DATE(YEAR(A1);MONTH(A1)+3;DAY(A1)) Here is my code: procedure TForm1.btn1Click(Sender: TObject); var XLS: TXLSReadWriteII5; begin XLS := TXLSReadWrit...
by CareAll
Thu Aug 28, 2014 4:02 pm
Forum: XLSReadWritwII 6
Topic: Drawing issue
Replies: 3
Views: 2833

Drawing issue

Hello, I have a simple Excel file containing a drawing. With the following code I load and save the file: procedure TForm1.FormCreate(Sender: TObject); var XLS: TXLSReadWriteII5; begin XLS := TXLSReadWriteII5.Create(Self); try XLS.Filename := 'Input.xlsx'; XLS.Read; XLS.Filename := 'Output.xlsx'; XL...
by CareAll
Mon Jun 02, 2014 2:51 pm
Forum: XLSReadWritwII 6
Topic: Character encoding issue
Replies: 5
Views: 3623

Re: Character encoding issue

Hello,

The very same error occurs again in 5.20.25 and 5.20.26 also.
Please fix it.
by CareAll
Mon May 05, 2014 7:30 pm
Forum: XLSReadWritwII 6
Topic: Delphi XE6 compatibility
Replies: 1
Views: 1929

Delphi XE6 compatibility

Hy, Will the XLSReadWritwII 5 support Delphi XE6? If yes, when it will be available? Thanks, Gabor Ps: On the download page (http://www.axolot.com/components/f_downloadreg.htm) the XLSReadWritwII 5 version number is still 5.20.21, but as I can see the latest version 5.20.24. I suggest you to correct...
by CareAll
Fri Feb 14, 2014 12:15 pm
Forum: XLSReadWritwII 6
Topic: Page Layout / Size
Replies: 5
Views: 3023

Re: Page Layout / Size

Thanks in advance.