--Sig_/V8OfMPSks2+FJmC6scHhnA3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable * Prabu Jayaraman, 2009-02-20, 14:47: > I have some record formatted in table. For that, I need to convert the > table data into Microsoft word document or Open office document. what > method I have to use?, The easiest way is to write a CSV and then import it into the target application. With Openoffice this simply means that you write the data (using file access or simple redirect) to a file with the name ending in ".csv" then open the file. You will be presented with an import dialogue. Choose 'Separated by Tab'. The Data will be converted into a spreadsheet. The same method should work for MS Office but I am not familiar with that software. Josef 'Jupp' Schugt -- Blog: http://penpen.goodaddress.eu/ PGP key (id 6CC6574F): http://wwwkeys.de.pgp.net/ Jabber - http://www.jabber.org/ - contact information on request --Sig_/V8OfMPSks2+FJmC6scHhnA3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkmegTgACgkQrhv7B2zGV0/cpACfbylWLwsx1wTM/6HO6uFSPKen mnQAn3Pf81pQB9yTdOX3ChEDWTwTYl1P mB -----END PGP SIGNATURE----- --Sig_/V8OfMPSks2+FJmC6scHhnA3--