Re: Best option for writing to MS Word
- From: "Mike Shkolnik" <mshkolnik2002@xxxxxxx>
- Date: Mon, 30 Apr 2007 23:37:07 +0300
Hello,
Mike, you have a couple of components that look interesting.Thanks for your interest
I am looking at stripping out the plain text (not formulas or formatting)Yes.
from XLS, RTF, DBF, Word, PPT, PDF (I can get this from Gnostice) and
as many others as possible. Can your components be used for this?
Except PPT (this engine is in development) and PDF
I am not too interested in converting the XLS to a Dataset but more toSMImport is more than loader to dataset. There are read-engines for all
plain text.
these formats which you may use as you need. For example, to get the plain
text from shet in xls-workbook:
xls := TSMExcel.Create(nil);
try
xls.LoadFromFile('c:\aaa.xls');
strPlainText := xls.Sheets.Spreadsheet(0).PlainText
finally
xls.Free
end
In same manner you may get the text from DBF, Paradox, QuattroPro, Lotus,
Clarion etc
You also mention TWordPerfectFile, is this included withYes, this component is a part of SMWord suite. Also there is the reader for
the Word Component?
MS Write documents
--
With best regards, Mike Shkolnik
Scalabium Software
http://www.scalabium.com
mshkolnik@xxxxxxxxxxxxx
.
- References:
- Best option for writing to MS Word
- From: Jerry Hayes
- Re: Best option for writing to MS Word
- From: Ivan Pastine
- Re: Best option for writing to MS Word
- From: Mike Shkolnik
- Re: Best option for writing to MS Word
- From: Dean Hill
- Best option for writing to MS Word
- Prev by Date: Re: Best option for writing to MS Word
- Previous by thread: Re: Best option for writing to MS Word
- Next by thread: Offtopic: Need help with HTML Table Formatting
- Index(es):