Search found 12 matches

by andre.santos
Wed Nov 04, 2015 6:01 pm
Forum: XLSReadWritwII 6
Topic: ungroup columns and rows
Replies: 2
Views: 2957

Re: ungroup columns and rows

have any way to ungroup columns?
somebody help! please!
by andre.santos
Thu Oct 29, 2015 9:41 pm
Forum: XLSReadWritwII 6
Topic: ungroup columns and rows
Replies: 2
Views: 2957

ungroup columns and rows

hi,

how i do to ungroup columns and rows?

thanks
by andre.santos
Thu May 22, 2014 2:19 pm
Forum: XLSReadWritwII 6
Topic: Problems with Password
Replies: 3
Views: 2568

Re: Problems with Password

Ok!

Thanks for help me
by andre.santos
Wed May 21, 2014 1:34 pm
Forum: XLSReadWritwII 6
Topic: Problems with Password
Replies: 3
Views: 2568

Re: Problems with Password

I am using the version 5.20.13 to Delphi XE2
by andre.santos
Tue May 20, 2014 10:34 pm
Forum: XLSReadWritwII 6
Topic: Problems with Password
Replies: 3
Views: 2568

Problems with Password

Hi, I´m problems with excel files using password! when i use the property password, the follow error happen - "This file not is a Excel WorkBook" Using OLE work very well, but with XLSRW i have this problem! example: XLS.Filename := 'Excelfile.xls'; XLS.Password := '123456'; // this is the...
by andre.santos
Tue Jan 28, 2014 7:50 pm
Forum: XLSReadWritwII 6
Topic: "floating point division by zero" with AutoWidthCols
Replies: 18
Views: 11342

Re: "floating point division by zero" with AutoWidthCols

Hello

I did the update (v5.20.13) and the problem was solved.
by andre.santos
Fri Jan 17, 2014 5:05 pm
Forum: XLSReadWritwII 6
Topic: "floating point division by zero" with AutoWidthCols
Replies: 18
Views: 11342

Re: "floating point division by zero" with AutoWidthCols

Hello

I updated to the latest version (5.20.12), but the same error still persist.

I use delphi XE2
by andre.santos
Wed Jan 15, 2014 3:32 pm
Forum: XLSReadWritwII 6
Topic: "floating point division by zero" with AutoWidthCols
Replies: 18
Views: 11342

Re: "floating point division by zero" with AutoWidthCols

Hi when I was debugging the code of component, i found this code in 'XLSColumn5.pas' //XLSColumn5.pas procedure TXLSColumn.SetPixelWidth(const AValue: integer); begin SetWidth(Round(Trunc((AValue - 5) / FOwner.FStyles.StdFontWidth * 100 + 0.5) / 100) * 256); end; the value of StdFontWidth is ZERO, r...
by andre.santos
Wed Jan 15, 2014 1:57 pm
Forum: XLSReadWritwII 6
Topic: "floating point division by zero" with AutoWidthCols
Replies: 18
Views: 11342

Re: "floating point division by zero" with AutoWidthCols

Hi I did the sample and the error still persist. This code: XLS.Clear(); XLS[0].AsString[0, 0] := 'Testing Value 0'; XLS[0].AsString[0, 1] := 'Testing Value'; XLS[0].AsString[0, 2] := 'Testing'; XLS[0].AsString[0, 3] := 'Testing Value 0 Testing Value 0 Testing Value 0'; XLS[0].AsString[1, 0] := 'Tes...
by andre.santos
Mon Jan 13, 2014 7:01 pm
Forum: XLSReadWritwII 6
Topic: "floating point division by zero" with AutoWidthCols
Replies: 18
Views: 11342

"floating point division by zero" with AutoWidthCols

Hi

When i use the AutoWidthCols(), this function be return a error - "floating point division by zero" .
In old version worked perfectly, but after update the component this problem has happened.
by andre.santos
Tue Dec 17, 2013 5:04 pm
Forum: XLSReadWritwII 6
Topic: XLSRW 5 works with XE5?
Replies: 1
Views: 1709

XLSRW 5 works with XE5?

Hi,

I use xlsreadwrite 5 with delphi 7 and works perfectly!!

But i my company we'll work with delphi XE% and i need know... Can i use xlsreadwrite 5 with XE5?