Search found 2 matches

by Heiner
Wed May 11, 2016 1:45 pm
Forum: XLSReadWritwII 6
Topic: AutoWidthCol doesn't check a "WrapText"
Replies: 0
Views: 2368

AutoWidthCol doesn't check a "WrapText"

Dear programmer colleagues! I don't know if you decide to note the following lines as a bug or as an customer "wish for feature". The problem is that the TXLSWorksheet.AutoWidthCol does not check if the cells in the column have a "foWrapText" option or not!. The result the for th...
by Heiner
Wed Aug 05, 2015 8:57 am
Forum: XLSReadWritwII 6
Topic: Error in TXLSExport5.WriteData method
Replies: 1
Views: 1777

Error in TXLSExport5.WriteData method

Hello there is a typical copy-paste in your Source code! In the TXLSExport5.WriteData routine (line 3005-306 // Using Delpohi 2007) is the R2 integer (for the maximal row calc) wrong calculated: your wrong code: C2 := Max(C2,IC2); R2 := Max(C2,IR2); correct code: C2 := Max(C2,IC2); R2 := Max(R2,IR2)...