Reinhold Merk schrieb:
Hi everybody,

i'm parsing data from a csv-file and insert this data into a spreadsheet using the uno-api.
The data values which are parsed consist of one or several numbers, e.g.
123;456;789 463. The value 123 is inserted into cell1, the value 456 into cell2. The values 789 and 463 shall be inserted into cell3, namely not side by side but one below the other in two rows. The attempt to insert ascii 13 (CR) between the last two values was

Try ASCII 10.

Regards
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to