https://bugs.documentfoundation.org/show_bug.cgi?id=142033
--- Comment #4 from Vladimir Sokolinskiy <[email protected]> --- 1. Create a new book and execute the macro: Sub Test ThisComponent.Sheets(0).getCellRangeByName("A1").setDataArray Array(Array("A" & Chr(10) & "B")) End Sub 2. Save the book, close it and reopen it. The value of cell A1 is now "AB". In my opinion, changing the value of a cell is a critical error. -- You are receiving this mail because: You are the assignee for the bug.
