Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

StringGrid

Status
Not open for further replies.

Daniaa

Programmer
Jan 2, 2001
3
BO
I´ll appreciate if someone can help me with this problem.
I´m using a TStringGrid in an application and I want to load a *.xls file and see it in the TStringGrid, how can I do that??? ... where do I use the LoadFromFile property???

I know that with the TRichEdit I can do something like this to load a file and see it in the TRichEdit:

Editor: TRichEdit;
Editor.Lines.LoadFromFile(PathName);

The same I want to do but using a TStringGrid ... how can I do it???
Thanks!!!
 
I think you'd better use another component such as formula one to load *.xls file instead of TStringGrid.


Regards! I want to emigrate Canada or Australia. Any relative information you supplied will be appreciated!

zallen@cmmail.com
ICQ:101229409
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top