https://bugs.freedesktop.org/show_bug.cgi?id=65537

          Priority: medium
            Bug ID: 65537
          Assignee: [email protected]
           Summary: 'Insert external data' from local HTML-File with named
                    table-tag (Attribute id) does not work
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.1.0.0.beta1
         Component: Spreadsheet
           Product: LibreOffice

Created attachment 80516
  --> https://bugs.freedesktop.org/attachment.cgi?id=80516&action=edit
it should replace the step to step description

Betriebsystem: Windows 7x64 SP1 Build 7601
LibreOffice Versionen:
it does not work in 
* LibreOfficePortable_4.0.3_MultilingualNormal.paf.exe
* LibreOfficeDev_4.1.0.0.beta1_Win_x86.msi
but it works fine in 
LibreOfficePortable_3.6.5_MultilingualNormal.paf.exe
use Language in LO: german

I have tested with and without using LO-UserProfiles.

Please also see the Picture in Attachment (1 Picture and the Source Html
Example File. The Html-SourceCode is also to see in the picture)

I followed the documentation in Calc Guide: "The Full 3.4 book" Chapter
"Linking to external data" "Using the Navigator" and "How to find the required
data range or table".

The individual named Html-Tag appears in the Navigator-List.
But the Bug is, that the result after draging into target document is an
ErrorMessage (translated smth like that: The Link could not be updated.) 

The Links "HTML__MyTableName" and "HTML_all" does not work.
The Links "HTML_1" and "HTML_tables" work fine.

I tested also with many changes in Html-File, but without any success.

I´m quiet sure, that with the prepared picture the problem is easy to
recognize. Also without a step to step description. I hope so.

Best wishes for you,
thanks.

Sorry,
Html-SourceCode just could not add also to the attachment, so I insert the Code
here:
<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <table id="MyTableName">
      <thead>
        <tr>
          <th>Spalte 1</th>
          <th>Spalte 2</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Inhalt Spalte 1</td>
          <td>Inhalt Spalte 2</td>
        </tr>
      </tbody>
    </table>
  </body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to