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 
unsuccessful. Does somebody know if the api provides a special control 
character which can be used to simulate a line break within a spreadsheet 
cell (or perhaps someone knows if an ascii code for Ctrl-Enter exists)?

Best regards,
Reinhold

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

Reply via email to