Search found 22 matches

by ykarapinar
Mon Dec 01, 2014 2:30 pm
Forum: XLSReadWritwII 6
Topic: Formula is not being calculated in Excel
Replies: 1
Views: 1438

Formula is not being calculated in Excel

In the Excel file cell A1 must be the sum of A2:A5, but the result is 0 (zero). And XLSReadWriteII51.Formulas.Calculate doesn't work. Example code: procedure TForm1.BitBtn1Click(Sender: TObject); begin XLSReadWriteII51.FileName:='C:\XLSRW.xlsx'; XLSReadWriteII51.Sheets[0].AsFormula[0, 0]:='SUM(A2:A5...
by ykarapinar
Tue May 27, 2014 8:39 am
Forum: XLSReadWritwII 6
Topic: Row insert operation doesn't correct formula
Replies: 2
Views: 2148

Row insert operation doesn't correct formula

Row insert operation doesn't correct the existing formula in some cases XLSReadWriteII51.FileName:='C:\XLSRW.xlsx'; XLSReadWriteII51.Sheets[0].AsFloat[1, 2]:=10; XLSReadWriteII51.Sheets[0].AsFloat[1, 3]:=20; XLSReadWriteII51[0].AsFormula[1, 1]:='B3/B4'; XLSReadWriteII51[0].InsertRows(2, 1); XLSReadW...
by ykarapinar
Wed Oct 23, 2013 10:56 am
Forum: XLSReadWritwII 6
Topic: Column insert process, corrupts the existing formula
Replies: 0
Views: 1796

Column insert process, corrupts the existing formula

var col, row: Integer; begin XLSReadWriteII51.FileName:='C:\XLSRW.xlsx'; XLSReadWriteII51.Add; XLSReadWriteII51.Add; XLSReadWriteII51.Sheets[0].Name:='Before Insert Column'; XLSReadWriteII51.Sheets[1].Name:='After Insert Column'; XLSReadWriteII51.Sheets[2].Name:='Must be'; // Before Insert Column f...
by ykarapinar
Wed Aug 14, 2013 7:05 am
Forum: XLSReadWritwII 6
Topic: There is a problem in column insert operation of Excel files
Replies: 1
Views: 1404

Re: There is a problem in column insert operation of Excel files

Hello Larsa,
I didn't get any reply to the post I've made.
Is it possible that you take a look, this issue is holding us back.
Thank you.
by ykarapinar
Wed Jul 03, 2013 11:05 am
Forum: XLSReadWritwII 6
Topic: There is a problem in column insert operation of Excel files
Replies: 1
Views: 1404

There is a problem in column insert operation of Excel files

When you want to insert 1 column, it creates 2 columns instead in an Excel file; Inserted column's contents are inserted up to line 256, all input stays remained after line number 256. var col, row: Integer; begin XLSReadWriteII51.FileName:='C:\XLSRW.xlsx'; for col:=0 to 10 do for row:=0 to 300 do X...
by ykarapinar
Thu May 30, 2013 8:47 am
Forum: XLSReadWritwII 6
Topic: There is a problem in column delete operation
Replies: 1
Views: 1515

There is a problem in column delete operation

There is a problem in column delete operation in Excel file with unified columns I have unified [B1:C1] and [D1:G1] cells. Then I deleted [D] and columns. After delete operation only [C1:E1] cells were supposed to stay unified but, [B1:C1] and [D1:G1] cells were unified. var col, row: Integer; begi...
by ykarapinar
Fri May 17, 2013 9:13 am
Forum: XLSReadWritwII 6
Topic: My licensed XLSReadWriteII 5 still writes demo text in A1
Replies: 1
Views: 1672

My licensed XLSReadWriteII 5 still writes demo text in A1

Delphi XE3 - Win32

I was using XLSReadWriteII 5 demo
I uninstall it
I've downloaded xlsrwii5_dxe3_reg.exe from the link you send

But still demo, writes demo text in A1