https://bugs.documentfoundation.org/show_bug.cgi?id=144924
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from [email protected] --- For me is easy transform every cells of a row and join them with "::" and join the rows together with "§§" . At the end Split the entire string with "§§" to have an array of rows, and split every row in place (now is not possible) to obtain the array row. So i have an array of arrays and with DataArray copy to new range. Now I must create a new variant Array, and copy the single splitted rows in it. It isn't a big problem, but i think at the last 20 years of coding that make now errors. :C -- You are receiving this mail because: You are the assignee for the bug.
