2008/10/4 Antal <[EMAIL PROTECTED]>:
> 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 <[EMAIL PROTECTED]>
>>
>> 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@lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to