<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Importing an Excel Table with data and frame/raster]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2483</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2483&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Importing an Excel Table with data and frame/raster.]]></description>
		<lastBuildDate>Tue, 16 May 2023 16:29:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18303#p18303</link>
			<description><![CDATA[<p> See André Github repository:<br /><a href="https://github.com/acolomb/qet_terminal_tables/tree/main/samples">https://github.com/acolomb/qet_terminal … in/samples</a></p><p>Example:<br /><a href="https://github.com/acolomb/qet_terminal_tables/blob/main/samples/terminals_-X20.html">https://github.com/acolomb/qet_terminal … _-X20.html</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 16 May 2023 16:29:25 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18303#p18303</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18301#p18301</link>
			<description><![CDATA[<p> I&nbsp; tried your HTML in qtdesigner tools (latest qtcreator package):<br /></p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
    &lt;head&gt;
        &lt;title&gt;Page Title&lt;/title&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;
&lt;thead&gt;
                &lt;tr height=&quot;22&quot;&gt;
                    &lt;th style=&quot;min-width:50px; max-width:200px;&quot;&gt;Omschrijving&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;Lichtpunt&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;WCD&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;3F&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;Verdeel doos&lt;/th&gt;
                    &lt;th width=&quot;100&quot;&gt;VA&lt;/th&gt;
                    
&lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr height=&quot;22&quot;&gt;
                    &lt;td style=&quot;min-width:50px; max-width:200px;&quot;&gt;Keuken WCD &lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;2 &lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;&lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;&lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;1 &lt;/td&gt;
                    &lt;td width=&quot;100&quot;&gt;3600 &lt;/td&gt;
                    
&lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;
    &lt;/body&gt;
&lt;/html&gt;</code></pre></div><br /><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner.png" alt="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner.png" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner22.png" alt="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner22.png" /></span><br /><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner1.png" alt="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner1.png" /></span></p><p>Same thing if I try with QET</p><p><span class="postimg"><img src="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner2.png" alt="https://download.qelectrotech.org/qet/forum_img_2/richtexteditor_on_Qtdesigner2.png" /></span> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 16 May 2023 10:34:07 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18301#p18301</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18299#p18299</link>
			<description><![CDATA[<p> I found new Qt code of richtext here, but license changed and isn&#039;t compatible, I think?<br /></p><div class="quotebox"><blockquote><p>// Copyright (C) 2016 The Qt Company Ltd.<br />// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0</p></blockquote></div><p><a href="https://github.com/qt/qttools/blob/dev/src/designer/src/lib/shared/richtexteditor.cpp">https://github.com/qt/qttools/blob/dev/ … editor.cpp</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 16 May 2023 10:04:11 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18299#p18299</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18298#p18298</link>
			<description><![CDATA[<p> Very much thank you for your reply; I will look into this later.</p><p>Again thank you for your help. </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Tue, 16 May 2023 09:39:13 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18298#p18298</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18297#p18297</link>
			<description><![CDATA[<p> I just found informations: Limited HTML styling as supported by the QT engine on the André Github repository: <a href="https://github.com/acolomb/qet_terminal_tables">https://github.com/acolomb/qet_terminal_tables</a></p><p><a href="https://doc.qt.io/qt-5/richtext-html-subset.html">https://doc.qt.io/qt-5/richtext-html-subset.html</a><br /><a href="https://docs.w3cub.com/qt~5.15/richtext-html-subset">https://docs.w3cub.com/qt~5.15/richtext-html-subset</a></p><p>Maybe it can help you?</p><p>The QET html text editor is a <a href="https://doc.qt.io/qt-6/qtdesigner-manual.html">Qt code that is part of the designer </a> that we integrated a long time ago... <a href="https://git.tuxfamily.org/qet/qet.git/tree/sources/richtext">https://git.tuxfamily.org/qet/qet.git/t … s/richtext</a></p><p>History: <a href="https://git.tuxfamily.org/qet/qet.git/log/sources/richtext">https://git.tuxfamily.org/qet/qet.git/l … s/richtext</a></p><br /><p><a href="https://doc.qt.io/qt-6/designer-to-know.html">https://doc.qt.io/qt-6/designer-to-know.html</a><br /><span class="postimg"><img src="https://doc.qt.io/qt-6/images/designer-screenshot.png" alt="https://doc.qt.io/qt-6/images/designer-screenshot.png" /></span> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Tue, 16 May 2023 05:37:49 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18297#p18297</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18286#p18286</link>
			<description><![CDATA[<p> For font saw your settings text et independent text in Preferences menu, tab text in my example I switch to Arial font:<br /></p><div class="codebox"><pre><code>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;title&gt;Page Title&lt;/title&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&#039;Arial&#039;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;table border=&quot;1&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;&lt;thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Omschrijving&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Lichtpunt&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;WCD&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;3F&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Verdeel doos&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;100&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;VA&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Keuken WCD &lt;/p&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2 &lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;1 &lt;/p&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;3600 &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 12 May 2023 09:36:11 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18286#p18286</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18284#p18284</link>
			<description><![CDATA[<p> Thank you for your reply; but those links doesn&#039;t help me much.</p><p>The text field changes hte code; and doesn&#039;t respect my settings.<br />If I have some HTML like</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
    &lt;head&gt;
        &lt;title&gt;Page Title&lt;/title&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;
&lt;thead&gt;
                &lt;tr height=&quot;22&quot;&gt;
                    &lt;th style=&quot;min-width:50px; max-width:200px;&quot;&gt;Omschrijving&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;Lichtpunt&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;WCD&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;3F&lt;/th&gt;
                    &lt;th width=&quot;50&quot;&gt;Verdeel doos&lt;/th&gt;
                    &lt;th width=&quot;100&quot;&gt;VA&lt;/th&gt;
                    
&lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr height=&quot;22&quot;&gt;
                    &lt;td style=&quot;min-width:50px; max-width:200px;&quot;&gt;Keuken WCD &lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;2 &lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;&lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;&lt;/td&gt;
                    &lt;td width=&quot;50&quot;&gt;1 &lt;/td&gt;
                    &lt;td width=&quot;100&quot;&gt;3600 &lt;/td&gt;
                    
&lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;
    &lt;/body&gt;
&lt;/html&gt;</code></pre></div><br /><p>It changes it to</p><div class="codebox"><pre><code>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;title&gt;Page Title&lt;/title&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&#039;Verdana&#039;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;table border=&quot;1&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;&lt;thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;Omschrijving&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;Lichtpunt&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;WCD&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;3F&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;50&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;Verdeel doos&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td width=&quot;100&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt; font-weight:600;&quot;&gt;VA&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt;&quot;&gt;Keuken WCD &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt;&quot;&gt;2 &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt;&quot;&gt;1 &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&#039;.AppleSystemUIFont&#039;; font-size:13pt;&quot;&gt;3600 &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</code></pre></div><p>It doesn&#039;t respect my row height and a min max column width. Also it uses a hardcoded font, that maybe isn&#039;t available on other system and create there a different view. If I hardcode my own font choice it changes that too. And the border is no way a one pixel border anymore.</p><p>My question again, how can I avoid the changing and how can I let the text field respect my code?</p><p>This feels like a feature by the developer but that is actually a bug. </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Thu, 11 May 2023 21:24:58 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18284#p18284</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18276#p18276</link>
			<description><![CDATA[<p> It&#039;s html 4 tags only and not support css<br /><a href="https://qelectrotech.org/forum/viewtopic.php?id=1590">https://qelectrotech.org/forum/viewtopic.php?id=1590</a><br /><a href="https://qelectrotech.org/forum/viewtopic.php?pid=5765#p5765">https://qelectrotech.org/forum/viewtopi … 5765#p5765</a></p><p>I don&#039;t know if it&#039;s work with excel, but ok with Libreoffice, see these vidéo:<br /><a href="https://youtu.be/r2U2uAi7FfI">https://youtu.be/r2U2uAi7FfI</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 10 May 2023 07:30:05 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18276#p18276</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18275#p18275</link>
			<description><![CDATA[<p> hi, today, I did find some time, to play with HTML and the QET text fiel. I notice a very annoying issues; even when I add a very simple table inside the html source field, QET changes it to some thing that I didn&#039;t put there.</p><p>Is there a way that QET accept my input?<br />If I want f.e a one pixel thick border html code in the source how should I get the right result?</p><p>Sample <br /></p><div class="codebox"><pre><code>&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;col 1&lt;/td&gt;
      &lt;td&gt;col 2&lt;/td&gt;
      &lt;td&gt;col 3&lt;/td&gt;
      &lt;td&gt;col 4&lt;/td&gt;
      &lt;td&gt;col 5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;aaaaaaaaaaaaaaaaa&lt;/td&gt;
      &lt;td&gt;bbbbb&lt;/td&gt;
      &lt;td&gt;ccccccccc&lt;/td&gt;
      &lt;td&gt;dd.dd&lt;/td&gt;
      &lt;td&gt;eeee.e&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;</code></pre></div><p>I get a lot of garbage back with to much unnecessary style code.<br />If I create my own css then it get changed.</p><p>f.e <br /></p><div class="codebox"><pre><code>&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Row 1, Cell 1&lt;/td&gt;
      &lt;td&gt;Row 1, Cell 2&lt;/td&gt;
      &lt;td&gt;Row 1, Cell 3&lt;/td&gt;
      &lt;td&gt;Row 1, Cell 4&lt;/td&gt;
      &lt;td&gt;Row 1, Cell 5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Row 2, Cell 1&lt;/td&gt;
      &lt;td&gt;Row 2, Cell 2&lt;/td&gt;
      &lt;td&gt;Row 2, Cell 3&lt;/td&gt;
      &lt;td&gt;Row 2, Cell 4&lt;/td&gt;
      &lt;td&gt;Row 2, Cell 5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;

css
table {
  border-collapse: collapse;
}
td {
  border: 1px solid black;
  padding: 5px;
}</code></pre></div><p>get changed to</p><div class="codebox"><pre><code>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&#039;Verdana&#039;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;    &lt;/p&gt;
&lt;table border=&quot;0&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; border-collapse:collapse;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 1, Cell 1      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 1, Cell 2      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 1, Cell 3      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 1, Cell 4      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 1, Cell 5        &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 2, Cell 1      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 2, Cell 2      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 2, Cell 3      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 2, Cell 4      &lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; border-top:1px; border-right:1px; border-bottom:1px; border-left:1px; border-top-color:#000000; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Row 2, Cell 5          &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</code></pre></div><br /><p>This is absolute not wanted. How can I get what I want?</p><p>I use data from an Excel sheet and create from within there some HTML with CSS and copy paste that in the QET text field.&nbsp; If I use the html code from QET as base I got a piece of text that is way to big to copy past. </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Tue, 09 May 2023 20:55:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18275#p18275</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18034#p18034</link>
			<description><![CDATA[<p> Html table, sorry for typo. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 30 Mar 2023 17:19:25 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18034#p18034</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18032#p18032</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>scorpio810 wrote:</cite><blockquote><p>Great,<br />you could import xml table, see:</p></blockquote></div><br /><p>Nice<br />Yummy </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Thu, 30 Mar 2023 17:06:44 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18032#p18032</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18031#p18031</link>
			<description><![CDATA[<p> Great,<br />you could import xml table, see:<br /></p><div class="quotebox"><blockquote><p><a href="https://youtu.be/FV4UlPHM7dU">https://youtu.be/FV4UlPHM7dU</a></p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 30 Mar 2023 13:37:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18031#p18031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18027#p18027</link>
			<description><![CDATA[<p> thank you, it works.<br />I need to alter some lining thickness but so far so good.</p><p>Maybe, if you want, create a sticky with all those valuable tips. I did search the web and YT, but I did&#039;t find this one.</p><p>Thank ypu again. </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Thu, 30 Mar 2023 12:49:57 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18027#p18027</guid>
		</item>
		<item>
			<title><![CDATA[Re: Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18026#p18026</link>
			<description><![CDATA[<p> Hi,</p><p>like this?<br /></p><div class="quotebox"><blockquote><p><a href="https://youtu.be/r2U2uAi7FfI">https://youtu.be/r2U2uAi7FfI</a></p></blockquote></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 30 Mar 2023 12:12:30 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18026#p18026</guid>
		</item>
		<item>
			<title><![CDATA[Importing an Excel Table with data and frame/raster]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=18023#p18023</link>
			<description><![CDATA[<p> Hi,</p><p>Is there a way to import an Excel table completely with raster, headers and data?</p><br /><p>If not, is there a way to import CSV data in a table?</p><p>Thank you </p>]]></description>
			<author><![CDATA[null@example.com (rvamerongen)]]></author>
			<pubDate>Thu, 30 Mar 2023 11:55:59 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=18023#p18023</guid>
		</item>
	</channel>
</rss>
