Search found 6 matches
- 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?
- 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.
What I am trying to do is this...
=Lookup(C2,{"a","b","c"},{"apple","banana","pear"})
.AsFormula does not like this.
- 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.
- 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
- 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
- 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
Code snippet...
with xls.Sheets[fSheetCount-1].DrawingObjects.Notes.Add do begin
CellCol := aCol;
CellRow := aRow;
Text := aNote;
end;
Thanks,
-jh