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´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!!!