Search found 8 matches

by Max
Fri Jul 06, 2012 8:30 am
Forum: XLSReadWriteII 3/4/5
Topic: Support for the last version
Replies: 4
Views: 5628

Support for the last version

Sorry but is impossible to contact support at http://www.axolot.com/components/support.htm.
I can't download last version of xlsreadwriteii v 4.
Why??
by Max
Thu May 10, 2012 12:36 pm
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Re: Assign or load xlsreadwrite4 in txlsspreadsheet

Dear Larsa, i find this solution: procedure TForm.CopyClick(Sender: TObject); var c1,c2,r1,r2, c, r : integer; GridInfo: TStringGrid; begin c1 := XLSRW.XLSSheet.SelectedAreas.Items[0].Col1; c2 := XLSRW.XLSSheet.SelectedAreas.Items[0].Col2; r1 := XLSRW.XLSSheet.SelectedAreas.Items[0].Row1; r2 := XLSR...
by Max
Mon May 07, 2012 1:13 pm
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Re: Assign or load xlsreadwrite4 in txlsspreadsheet

Ok but if i have to copy the selected cell to clipboard?
Ty
by Max
Sat May 05, 2012 5:58 am
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Re: Assign or load xlsreadwrite4 in txlsspreadsheet

Ok now works perfectly!!!
From txlsspreadsheet is possible create a selection and copy of cells?
Tx Max
by Max
Thu May 03, 2012 3:27 pm
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Re: Assign or load xlsreadwrite4 in txlsspreadsheet

Dear Larsa, now i try: I try: procedure TFAnteprima.FormShow(Sender: TObject); var Ws : TMemoryStream ; // Resource Stream write to memory stream //s : String; begin xls.BeginUpdate; ModificaReportContabile(xls,RC); //load in XLS: TXLSReadWriteII4; //Salvo il file in stream xls.EndUpdate; try Ws := ...
by Max
Mon Apr 23, 2012 5:48 pm
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Re: Assign or load xlsreadwrite4 in txlsspreadsheet

I try: procedure TFAnteprima.FormShow(Sender: TObject); var Ws : TMemoryStream ; // Resource Stream write to memory stream //s : String; begin xls.BeginUpdate; ModificaReportContabile(xls,RC); //load in XLS: TXLSReadWriteII4; //Salvo il file in stream xls.EndUpdate; try Ws := TMemoryStream .Create; ...
by Max
Thu Apr 19, 2012 9:58 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII4 very very slow
Replies: 1
Views: 4394

XLSReadWriteII4 very very slow

Hi I'm using version 4.00.57 of XLSReadWriteII4 for Delphi XE2. I'm reading an Excel 2007 file of 154.00 rows and 24 cols. Older versions of excel have a row limit of about 65536 rows and reading all lines in 1 second. When I read a .xlsx file with say 154000 rows and I call XLSReadWriteII4 read it ...
by Max
Wed May 12, 2010 8:56 am
Forum: XLSSpreadSheet
Topic: Assign or load xlsreadwrite4 in txlsspreadsheet
Replies: 9
Views: 16007

Assign or load xlsreadwrite4 in txlsspreadsheet

I need to load in txlsspreadsheet what i put in a xlsreadwrite4 object. Is it possible?
TY, Max