[fpc-pascal] Spreadsheet library/unit?

Antal antal at componente.net
Sat Oct 4 20:11:17 CEST 2008


You might use the CSV, which can be easily open with Office and to generate
by your application.
I am using this way to handle data to/from excel
It is a plain text file, each row is separated with CRLF (#13#10), each cell
separated with tab (#9)
Also, if you'r data has no comma or " then you can use the real CSV, because
CSV means Comma Separated Values :)
But the tab separated one can be easily pasted to/from Excel, by using let's
say notepad.
You can experience this, since each Office behaves differently with the CSV.

2008/10/4 Francisco Reyes <lists at stringsutils.com>

> Searched, but could not find, a library/unit for creating spreadsheets.
> XLS, open doc.. or anything that would allow to create spreadsheet tabs to
> later on open with Excel.
>
> Trying to see if there is one before trying to create one.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20081004/b69227da/attachment.html>


More information about the fpc-pascal mailing list