Component: Microsoft Office Interface Components V1.2.d2
Delphi version : 2
Author : Ophart  Phonpalad
Address: Bangkok, Thailand
E-mail : ophart@ccs.co.th
-------------------------------------------------------
It contains 2 components in version 1.0.0

1. TGridToExcel
	1.1 Able to send data from TStringGrid or inherited form TStringGrid.
	1.2 Ignore column that its width less than 1.
	1.3 Able to specify starting row and column.
	1.4 Compatible with all version of Microsoft excel.
   	1.5 Property
		Grid		StringGrid name you want to send its data to excel
		ColStart	column started to send.
		RowStart	row started to send.
	1.6 Methods
		Exportdata:Boolean;	
	1.7 Events
		OnError(Sender:TObject; piErrno; psErrMsg);
		OnSucces(Sender:TObject);

2. TMemoToWord
	2.1 Able to send data (all lines) in Tmemo components to Microsoft word.
	2.2 Able to specify templates (*.dot) for that document.
	2.3 Compatible with all version of MicroSoft office
	2.4 Property
		Memo		Tmemo components you want to send its contents to word.
		Template	Document Templates name. (using absolute path such as, c:\ms offices\template\ex.dot)
	2.5 Methods
		Exportdata:Boolean;
	2.6 Events
		OnError(Sender:TObject; piErrno; psErrMsg);
		OnSucces(Sender:TObject);

/*******************************

Version 1.1.d4
	Bug fixed when templates files in TMemoToWord not found.
/*******************************

Version V1.2.d4 
    
1. TGridToExcel
	New	Methods
			Open: Boolean;  //Open MS Excel before export data 
			Save(psFilename: string); // Save Excel sheet from your application.
			Close; // Close Excel  from your application.

		Events
			OnOpen(Sender: TObject);

2. TMemoToWord

	
/******************************
Remarks
for Delphi 2,3 or source code are available on requested.

Have Fun,
Ophart

June 24, 1999


Remarks:

I received a lot of E-mail for requesting TMSOffice. 
Thank you for you attendtion and recommended. My machine now installed only
Delphi 2 and 4 (Licensed). For different version of delphi and C++ Builder
I will try to build it later.

***For Source code I sell 50$


and For the lastest version I will update to http://www.torry.ru
