[fpc-pascal] Spreadsheet library/unit?

Gustavo Enrique Jimenez gejimenez at gmail.com
Sun Oct 5 17:49:48 CEST 2008


2008/10/4 Antal <antal at componente.net>:
> 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.
>

CSV works. HTML also works. With HTML you could set colors and sizes
to the cell. But this method does not have the same behavior among
Excels and Open Office.

I will try Felipe's unit.

Gustavo





> 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
>
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



More information about the fpc-pascal mailing list