Search found 5 matches
- Sun Jan 13, 2013 12:26 pm
- Forum: XLSSpreadSheet
- Topic: New Demo?
- Replies: 2
- Views: 7558
Re: New Demo?
Ok thanks! It seems my current solution is dead, so I'm looking for a replacement in XLSRWII but really like the added benefit of this as well.
- Thu Jan 10, 2013 3:16 pm
- Forum: XLSSpreadSheet
- Topic: New Demo?
- Replies: 2
- Views: 7558
New Demo?
Will you be releasing a new demo that works with XLSRWII v5? I tried to install, but it complains because v4 is not installed.
- Mon Dec 03, 2012 2:57 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Delphi XE2 64 bit support
- Replies: 15
- Views: 18228
Re: Delphi XE2 64 bit support
Yes, I'm curious about version 5 as well. It appears my current component may be discontinued, but if V5 is right around the corner, do I get any upgrade assurance for V5 if I purchase now? Do you have any ETA?
- Tue Nov 03, 2009 12:19 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Reference another spreadsheet in a formula
- Replies: 2
- Views: 3307
Re: Reference another spreadsheet in a formula
Will do - thanks!
- Mon Oct 26, 2009 4:52 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Reference another spreadsheet in a formula
- Replies: 2
- Views: 3307
Reference another spreadsheet in a formula
Is it possible to reference another spreadsheet in a formula? I've tried the following code and all I get are zeroes (no formula) in sheet '2'... var NewSheet: TSheet; X: Integer; FormStr: String; begin XLSRWMain.Filename:='C:\Test.xlsx'; XLSRWMain.Sheets.Clear; NewSheet:=XLSRWMain.Sheet[0]; NewShee...