[Libreoffice-bugs] [Bug 109409] New: TEXTJOIN and CONCAT ignore transposition of arrays passed to them

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 26 23:24:31 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=109409

            Bug ID: 109409
           Summary: TEXTJOIN and CONCAT ignore transposition of arrays
                    passed to them
           Product: LibreOffice
           Version: 5.4.0.3 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: jag at psilosoph.de

If an array is used to pass textpieces to TEXTJOIN the pieces are joined row by
row from left to right running through the rows top down. 

If the transposition of the same array is passed to the otherwise unchanged
TEXTJOIN call the result does not change. 

Expected:
The result should be the same as if the original array was first transposed to
an output range elsewhere and the result passed to TEXTJOIN as parameter. 
This would return a result as if the columns of the original array were joined
one by one top down running through the columns from left to right.

Respective results for CONCAT. 

See attached demo.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170726/4bc1dc2f/attachment.html>


More information about the Libreoffice-bugs mailing list