Search found 4 matches

by MicHo
Mon Mar 09, 2020 12:29 pm
Forum: XLSReadWritwII 6
Topic: Installation error
Replies: 2
Views: 4624

Re: Installation error

Hello Larsa,

can you please send me the * .dpk file to create the * .bpl file.
I have the source code of XLSRW, I don't want to update my Delphi version at the moment.

Thanks in advance
by MicHo
Sun Mar 08, 2020 8:27 pm
Forum: XLSReadWritwII 6
Topic: Installation error
Replies: 2
Views: 4624

Installation error

Hello, when trying to install the current package version 6.00.65 in Delphi 10.3 Update 1, the following error message is displayed: https://img.eselt.de/img/3936291_hZwLIIGC7LV9hkHJ/ad.jpg Before installation, I completely uninstalled the old version. What am I doing wrong? Thanks in advance Michael
by MicHo
Sun Nov 18, 2018 11:52 am
Forum: XLSReadWritwII 6
Topic: Row Groups
Replies: 3
Views: 5750

Row Groups

Hi Larsa, I try to create a row group with initialized row status = "collapsed". For example: "Xls[0].GroupRows(firstGroupRow, lastGroupRow, true [/u]);" But ACollapsed Parameter in TXLSWorksheet.Grouprows don’t works, rows are allways expanded What's wrong? Could you help please...
by MicHo
Tue Jul 31, 2018 2:02 pm
Forum: XLSReadWritwII 6
Topic: Some small bugs in XLSReadWriteII v6.40
Replies: 0
Views: 5134

Some small bugs in XLSReadWriteII v6.40

Hello, 1.) XlsDrawinf5.pas ============= procedure TXLSDrwShapeProperies.SetHasLine(const Value: boolean); begin if Value and (FLine = Nil) then begin FSpPr.Create_Ln; // TODO Check if it is an open line FLine := TXLSDrwLineStyle.Create(FSpPr.Ln,False); end else if not Value and (FLine = Nil) then b...