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
Search found 4 matches
- Mon Mar 09, 2020 12:29 pm
- Forum: XLSReadWritwII 6
- Topic: Installation error
- Replies: 2
- Views: 5957
- Sun Mar 08, 2020 8:27 pm
- Forum: XLSReadWritwII 6
- Topic: Installation error
- Replies: 2
- Views: 5957
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
- Sun Nov 18, 2018 11:52 am
- Forum: XLSReadWritwII 6
- Topic: Row Groups
- Replies: 3
- Views: 6937
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...
- Tue Jul 31, 2018 2:02 pm
- Forum: XLSReadWritwII 6
- Topic: Some small bugs in XLSReadWriteII v6.40
- Replies: 0
- Views: 5696
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...