<div dir="ltr"><div>You might use the CSV, which can be easily open with Office and to generate by your application.</div>
<div>I am using this way to handle data to/from excel</div>
<div>It is a plain text file, each row is separated with CRLF (#13#10), each cell separated with tab (#9)</div>
<div>Also, if you'r data has no comma or " then you can use the real CSV, because CSV means Comma Separated Values :)</div>
<div>But the tab separated one can be easily pasted to/from Excel, by using let's say notepad.</div>
<div>You can experience this, since each Office behaves differently with the CSV.<br><br></div>
<div class="gmail_quote">2008/10/4 Francisco Reyes <span dir="ltr"><<a href="mailto:lists@stringsutils.com">lists@stringsutils.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Searched, but could not find, a library/unit for creating spreadsheets.<br>XLS, open doc.. or anything that would allow to create spreadsheet tabs to later on open with Excel.<br>
<br>Trying to see if there is one before trying to create one.<br>_______________________________________________<br>fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></blockquote></div><br></div>