Siduction Forum

Siduction Forum => Software - Support => Topic started by: michaa7 on 2013/06/02, 14:31:41

Title: html table 2 LO table
Post by: michaa7 on 2013/06/02, 14:31:41
Is there a way / does anyone know how to "convert" a table inside an html doc (of whick I have save the source code) to a LO table (writer or calc)? I deleted all content *outside* the table, so now the sourcecode consists only in table definition and table content.

Easy question, but is there a (easy) solution?
Title: RE: html table 2 LO table
Post by: absolut on 2013/06/02, 22:15:41
view your html document in a browser,
mark the table with the mouse, copy, paste into LO writer.

are you OK with the results?
Title: RE: html table 2 LO table
Post by: michaa7 on 2013/06/03, 00:58:39
absolutely not. This is why I asked.

c&p from the browser copies only the content of the tables, but not the table itself which makes the result useless because it's unreadble. There is no order through colums and rows anymore.

I know there is a way to export/import html tables to office, but I forgot how to, which programms I used :-(.
Title: RE: html table 2 LO table
Post by: absolut on 2013/06/04, 10:26:51
well, i had no problems importing simple tables from e.g. http://www.w3schools.com/html/html_tables.asp to LibreOffice Writer by just using copy&paste... hm... "works here"™. maybe your table is much more complicated?


there is another alternative you could try... it's inside of LibreOffice Calc:

Insert -> Link to external Data -> select your HTML file -> hit ENTER -> wait till LO parses the file and then select "HTML_Table" to import.
Title: Re: RE: html table 2 LO table
Post by: michaa7 on 2013/06/04, 20:00:13
Quote from: "absolut"...
Insert -> Link to external Data -> select your HTML file -> hit ENTER -> wait till LO parses the file and then select "HTML_Table" to import.

This was really helpfull, thanks!