https://bugs.documentfoundation.org/show_bug.cgi?id=170234
Werner Tietz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Werner Tietz <[email protected]> --- confirmed ``` doc = XSCRIPTCONTEXT.getDocument() cell = doc.Sheets[0][0,0] cell.String = "\t0\n" cell.DataArray[0][0] == cell.String >False ``` -- You are receiving this mail because: You are the assignee for the bug.
