Search found 6 matches

by edbuescher
Tue Aug 09, 2016 2:31 pm
Forum: XLSReadWritwII 6
Topic: Font change clears alignment
Replies: 3
Views: 3705

Re: Font change clears alignment

Looks like Dev Express is going to patch their controls to fix this.
by edbuescher
Fri Aug 05, 2016 9:35 pm
Forum: XLSReadWritwII 6
Topic: Autoheight not working correctly
Replies: 2
Views: 3119

Autoheight not working correctly

I have an xlsx file created with a different 3rd party component. One of the columns has multi-line text in it. When I open it in Excel it looks fine with the rows properly sized to fit the multi-line text, but if I read that file into an XLSReadWriteII 5 component and then do a procedure call simil...
by edbuescher
Fri Aug 05, 2016 1:30 pm
Forum: XLSReadWritwII 6
Topic: Font change clears alignment
Replies: 3
Views: 3705

Re: Font change clears alignment

Lars, I have spent many hours trying to figure this out. Seem like a lot of time just to get text aligned. Indeed you are correct that I cannot reproduce the problem using just your tools, which led me to what I think is the problem. I was creating the XLSX files with your tools, but then viewing th...
by edbuescher
Mon Aug 01, 2016 8:18 pm
Forum: XLSReadWritwII 6
Topic: Font change clears alignment
Replies: 3
Views: 3705

Font change clears alignment

Lars, It seems in the new XLSReadWrite 5 that if I assign a Font to a cell, then I lose any alignment that I have already set. It even prevents alignment after changing the font. Example: XLS.Sheets[0].AsString[1,2]:='Center'; // Text is put in cell XLS.Sheets[0].Cell[1,2].HorizAlignment:=chaCenter;...
by edbuescher
Tue Nov 02, 2010 1:10 pm
Forum: XLSReadWriteII 3/4/5
Topic: Delphi XE Issue
Replies: 1
Views: 3082

Re: Delphi XE Issue

I found the problem. The problem is in the "XLSRWII4.inc" file. There was no section to set the "defines" for Delphi XE, which is ver220, so I fixed the problem by duplicating the defines for ver210 and used these for ver220. I also set my code in the SST4 unit back to the origin...
by edbuescher
Mon Nov 01, 2010 8:55 pm
Forum: XLSReadWriteII 3/4/5
Topic: Delphi XE Issue
Replies: 1
Views: 3082

Delphi XE Issue

I have just upgraded to 4.00.44a to use with Delphi XE and my created xls files are bad. They are readable but strings are chopped off, the fonts are wrong, the text on the tabs is in chinese, etc. After installation the package would not compile until I changed one line is the SST4 unit. I had to c...