Search found 6 matches

by DaiKirai
Fri Apr 16, 2010 9:27 pm
Forum: XLSReadWriteII 3/4/5
Topic: Delphi 2010 compatibility
Replies: 1
Views: 2447

Delphi 2010 compatibility

Does XLSReadWriteII 4 work with Delphi 2010?
by DaiKirai
Tue Feb 09, 2010 9:53 pm
Forum: XLSReadWriteII 3/4/5
Topic: Vectors in XLSReadWriteII4
Replies: 2
Views: 3082

Re: Vectors in XLSReadWriteII4

I guess I should be more specific.
What I am trying to do is this...

=Lookup(C2,{"a","b","c"},{"apple","banana","pear"})

.AsFormula does not like this.
by DaiKirai
Tue Feb 09, 2010 8:49 pm
Forum: XLSReadWriteII 3/4/5
Topic: Vectors in XLSReadWriteII4
Replies: 2
Views: 3082

Vectors in XLSReadWriteII4

Does XLSReadWriteII4 support vectors? I have XLSReadWriteII3 and noticed after trying to use vectors, that in encodeformulaII2.pas it says that vectors are not supported yet.
by DaiKirai
Mon Nov 05, 2007 6:52 pm
Forum: XLSReadWriteII 3/4/5
Topic: Unable to open file in Excel 2007 - Notes suspected.
Replies: 4
Views: 4618

Hey Lars,
Just downloaded the latest. Notes look good.

Thanks
by DaiKirai
Fri Oct 05, 2007 7:40 pm
Forum: XLSReadWriteII 3/4/5
Topic: Unable to open file in Excel 2007 - Notes suspected.
Replies: 4
Views: 4618

I am now also finding this happening in Excel 2003 SP3 (version 11, build 8169)

Can u tell me if there is a date for when an update to fix this can be expected?

Thx
by DaiKirai
Fri Jul 20, 2007 6:15 pm
Forum: XLSReadWriteII 3/4/5
Topic: Unable to open file in Excel 2007 - Notes suspected.
Replies: 4
Views: 4618

Unable to open file in Excel 2007 - Notes suspected.

File opens in Excel 2003 but not 2007. I remove notes from cells and it opens fine. Please advise.

Code snippet...

with xls.Sheets[fSheetCount-1].DrawingObjects.Notes.Add do begin
CellCol := aCol;
CellRow := aRow;
Text := aNote;
end;

Thanks,
-jh