Search found 8 matches

by mario
Fri Mar 04, 2016 11:38 am
Forum: XLSReadWritwII 6
Topic: E4007: Missing right paranthesis
Replies: 14
Views: 9053

Re: E4007: Missing right paranthesis

Hello,
finally the problem is solved.

I had to use DecimalSeparator and not the ListSeparator.

Thanks
by mario
Wed Feb 24, 2016 1:43 pm
Forum: XLSReadWritwII 6
Topic: E4007: Missing right paranthesis
Replies: 14
Views: 9053

Re: E4007: Missing right paranthesis

Hello.

FormatSettings.ListSeparator = ';'
FormatSettings.DecimalSeparator = ','

Is there anything wrong?

If I copy my formula to paste in a excel 2007 cell, it works just fine.

Thanks
by mario
Tue Feb 23, 2016 10:06 am
Forum: XLSReadWritwII 6
Topic: E4007: Missing right paranthesis
Replies: 14
Views: 9053

Re: E4007: Missing right paranthesis

Hello, thanks for your answer, but I still have the problem. Nothing is changed.
by mario
Mon Feb 22, 2016 2:37 pm
Forum: XLSReadWritwII 6
Topic: E4007: Missing right paranthesis
Replies: 14
Views: 9053

Re: E4007: Missing right paranthesis

Hi, I have the same problem on this row:
formula := 'If(C1<35;C2;C3)';
XLS[0].AsFormula[i, j] := formula;

Version: 5.20.70a
Mario
by mario
Wed Aug 07, 2013 9:18 am
Forum: XLSReadWritwII 6
Topic: SST String is Nil
Replies: 7
Views: 4377

Re: SST String is Nil

Hi, I'll try to explain better my own situation. Sometimes I have to create one or two excel files, and everything going well. I got SST String is Nil exception when I try to create a big number of different excel files (about 50) and during the generation my software changes the position of a few c...
by mario
Fri Jul 05, 2013 1:19 pm
Forum: XLSReadWritwII 6
Topic: SST String is Nil
Replies: 7
Views: 4377

Re: SST String is Nil

I have the same problem. I'm using delphi XE with the version 5.10.28

How is this possible?
by mario
Tue Feb 26, 2013 9:44 am
Forum: XLSReadWritwII 6
Topic: Format Cells
Replies: 4
Views: 3716

Re: Format Cells

Unfortunately I have the same problem with Bold style.
When I try to follow the FormatCells sample or simply when I run it, I got this error:
E2010 Incompatible Types: 'TXc12FontStyles' and 'set'

Thanks in advance
by mario
Mon Feb 25, 2013 10:44 am
Forum: XLSReadWritwII 6
Topic: Install Component
Replies: 1
Views: 1690

Install Component

Hi,
I'm a brand new delphi XE programmer, and I need a component to read, create and manipulate excel files.

I've tried the XLSReadWritwII v4 demo and then the v5.
How could I install the v5 component without pas source files? They were supplied with 4.

BestRegards

Mario