Search found 15 matches

by obeltrami
Sat Dec 26, 2020 9:09 pm
Forum: XLSReadWritwII 6
Topic: Sort On Multiple Columns
Replies: 2
Views: 1804

Sort On Multiple Columns

Hello, I searched for a way to sort by multiple columns (first D then A, for example) and I saw in the release notes that version 5.10 had " New Sort method for sorting columns. Can sort on multiple columns. ". But the 2 overloaded Sort() functions do not seem to allow to sort on multiple ...
by obeltrami
Sat Jun 06, 2020 9:52 pm
Forum: XLSReadWritwII 6
Topic: Delphi 10.4 Sydney
Replies: 6
Views: 3395

Re: Delphi 10.4 Sydney

Thank you very much !
Olivier
by obeltrami
Mon Jun 01, 2020 8:04 am
Forum: XLSReadWritwII 6
Topic: Delphi 10.4 Sydney
Replies: 6
Views: 3395

Re: Delphi 10.4 Sydney

Hi Lars,

Thank you very much for your quick response.

Did you mean June 3, which is a Wednesday ?
July 3 is a Friday.

Very best regards,

Olivier
by obeltrami
Sat May 30, 2020 1:31 pm
Forum: XLSReadWritwII 6
Topic: Delphi 10.4 Sydney
Replies: 6
Views: 3395

Delphi 10.4 Sydney

Hello,

Will we receive an email announcement when XLSReadWriteII 6 is compatible with Delphi 10.4 Sydney ?
Very best regards,

Olivier Beltrami
by obeltrami
Mon Jan 22, 2018 2:33 pm
Forum: XLSReadWritwII 6
Topic: Printing Crash is Back in 6.00.25
Replies: 3
Views: 1837

Re: Printing Crash is Back in 6.00.25

OK. I sent you a file by email.
by obeltrami
Mon Jan 08, 2018 10:15 am
Forum: XLSReadWritwII 6
Topic: Sorting Sheet on Column 2 then 3
Replies: 1
Views: 1278

Sorting Sheet on Column 2 then 3

Hi, I am trying to sort an XLS sheet using the TXlsSheet.Sort() method (the one with row1 row2 col1 col2 ...) but I cannot get it to work. Either I select all columns and then things are sorted according to the 0th row, or I select specific rows and then only these columns are sorted making the shee...
by obeltrami
Thu Dec 28, 2017 5:25 pm
Forum: XLSReadWritwII 6
Topic: Printing Crash is Back in 6.00.25
Replies: 3
Views: 1837

Printing Crash is Back in 6.00.25

Hello,

After upgrading to 6.00.16, last summer, the problem with "Excel crashed when printing files generated by the component" went away. But sometime since then, it is now back in version 6.00.25.

Very best regards,

Olivier
by obeltrami
Mon Nov 13, 2017 2:27 pm
Forum: XLSReadWritwII 6
Topic: XLSReadWriteII 6 much slower than 5 ?
Replies: 1
Views: 1557

XLSReadWriteII 6 much slower than 5 ?

I am finding that processes that go though a 4000 row Excel file are now taking 5-10 times longer with XLSReadWriteII 6 than with XLSReadWriteII 5. Is this normal ?
by obeltrami
Wed Aug 19, 2015 12:09 pm
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges (part 2)
Replies: 3
Views: 2223

Re: Cannot format Ranges (part 2)

I just sent you the sample project by email.
by obeltrami
Wed Aug 19, 2015 8:50 am
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges (part 2)
Replies: 3
Views: 2223

Re: Cannot format Ranges (part 2)

OK, I'll put something together later today or tomorrow.
by obeltrami
Tue Aug 18, 2015 10:17 am
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges (part 2)
Replies: 3
Views: 2223

Cannot format Ranges (part 2)

Hello, I am returning to the topic of conversion of Formatting Ranges from v.4 to v.5, which remained open when you left on holidays in June. I have spent most of the past 6 weeks adapting the code that used to format with " Range.Items[] " to use " CmdFormat ". What a nightmare ...
by obeltrami
Tue Jun 30, 2015 4:59 am
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges
Replies: 6
Views: 4865

Re: Cannot format Ranges

AutoRowHeight don't works with wrapped text. You can't get the line count of wrapped text as that is not calculated. This is the reason why AutoRowHeight don't works with wrapped text. I have found a way to calculate the number of lines, and Height, using TCanvas and DrawText, based on the font and...
by obeltrami
Mon Jun 29, 2015 2:51 pm
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges
Replies: 6
Views: 4865

Re: Cannot format Ranges

Thank you for your prompt reply. Over the weekend I have continued replacing ranges with CmdFormat, and things are looking better. The sample project was a nice place to start. But now, after spending a few days in the conversion, I have some conceptual questions (BTW: I am always using xcfmMerge): ...
by obeltrami
Sat Jun 27, 2015 11:05 am
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges
Replies: 6
Views: 4865

Re: Cannot format Ranges

Thank you Lars, this has helped in the reports that I have converted. However, I am still getting a lot of oddities in the 60+ reports that I migrated from v4 to v5; text set in cells not appearing, first default sheet being buggy and needing to add a new sheet and delete the default sheet, autosize...
by obeltrami
Wed Jun 24, 2015 6:01 pm
Forum: XLSReadWritwII 6
Topic: Cannot format Ranges
Replies: 6
Views: 4865

Cannot format Ranges

Hi, Code such as the one below xls.Sheets[0].Range.Items[0,0,7,0].FontStyle := [xfsBold]; xls.Sheets[0].Range.Items[0,0,7,0].FillPatternForeColor := XColorToRGB(xcGray25); which worked fine with XLSReadWrite 4, now crashes systematically with v.5 (access violation or Index 27 out of bounds) Did the ...