<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - copy spreadsheet data into a writer table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126542">126542</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>copy spreadsheet data into a writer table
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ulrich.krause@amodia.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Copying spreadsheet data into a writer table does not work as expected:

Procedure:
 - select several cells in LOcalc
 - Ctrl+C
 - switch to a LOwriter doc with a table
 - click into a cell of that table
 - paste

Expected result:
- Values from the selected Calc cells are filled into the respective  Writer
table cells


Actual results depend on the paste mechanism:

a) Crtl+V ("normal" paste)
- a new DDE table is created in the selected table cell

b) Shift+Crtl+V ("special" paste)
- mode "calc8": behaves as in a)
- mode "HTML": Space-separated values in the selected table cell
- mode "unformatted text": Newline-separated values in the selected table cell
- mode "formatted text": New writer table is created in the selected table cell
- (other modes create images or links)

Selecting more than one cell in the writer table before pasting applies this
behaviour to all selected cells in the writer table.

Feature request:
Copy mode so that the values of corresponding cells are filled into the
respective cells in the writer table.

Example:

Selected cells in LOcalc: D5:E7
Ctrl+C
Clicked table cell in wirter: <Tabelle5.B2>
"paste mode" which results in
:
value of <Tabelle5.B2> := values of D5
value of <Tabelle5.B3> := values of D6
value of <Tabelle5.B4> := values of D7
value of <Tabelle5.C2> := values of E5
value of <Tabelle5.C3> := values of E6
value of <Tabelle5.C4> := values of E7

Thanks!</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>