MyBB.de Forum
Exceltabellendarstellung - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Exceltabellendarstellung (/thread-1495.html)

Seiten: Seiten: 1 2


Exceltabellendarstellung - Jochen2003 - 21.03.2006

Ich habe folgendes Problem

User meines Forums hätten gerne eine Ersatzteilliste in alphabetischer Reihenfolge die regelmäßig gepflegt wird, um das Ganze einfach zuhalten hab ich mir gedacht ich mache eine Exceltabelle als Grundlage die man ja leicht weiterführen kann und entsprechen Ordnen kann. Diese Exceltabelle sollte dann im HTML Code gespeichert werden und im entsprechenden Forum mit aktiviertem HTML Code von einem Moderator geführt werden.

Wenn man sich die Tabelle im IE oder Firefox alleine anschaut funzt es eigentlich ganz gut, aber gibt man den Code ins Forum ein passiert

DASS


Gibts da eine Lösung zu ??


RE: Exceltabellendarstellung - Fatih - 21.03.2006

hi,

es gibt doch einen table tag der weiterhelfen könnte:
https://www.mybb.de/component/option,com_remository/Itemid,148/func,fileinfo/id,112/




RE: Exceltabellendarstellung - Jochen2003 - 21.03.2006

Der ist zu kompliziert um so eine Liste zu führen, da muß es eine andere Lösung geben, vielelicht noch was anderes als Excel.


RE: Exceltabellendarstellung - Susanne - 21.03.2006

ich hatte sowas in einem anderen Board auch mal. Da musste ich dann sämliche Leerstellen aus dem Code raus löschen und ihn dann in das Thema setzen. Dann ging es.
Also, Beisp.:
(So z.B. ist es normal)
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

</body>
</html>

So musste es dann fürs Board aussehen.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Unbenanntes Dokument</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body></body></html>

Vielleicht ist das ja hier auch so?


Kannst es ja zur Probe mal mit einem kleinen TestCode ausprobieren. Mach irgendwas Blödes und setz es erst normal rein und dann bearbeitet.


RE: Exceltabellendarstellung - Michael - 21.03.2006

Zusätzlich sollte nur der Code eingefügt werden, der zwischen den Body-Tags steht.


RE: Exceltabellendarstellung - Jochen2003 - 21.03.2006

SO richtig funzt das nicht mit dem Code, von dem Gedanken muß ich mich wohl verabschieden..............gibt es noch eine andere Software mit der sich leicht Tabellen im HTML Format erstellen lassen???
(OpenOffice habe ich auch schon getestet, entwickelt zwar etwas anderen Code aber mit gleichem Ergebnis.


RE: Exceltabellendarstellung - Susanne - 21.03.2006

Kannst du die html-Datei mal hier hoch laden?


RE: Exceltabellendarstellung - Jochen2003 - 21.03.2006

Inhalt der Excel Tabelle

Code:
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 10">
<link rel=File-List href="Mappe1-Dateien/filelist.xml">
<style id="Mappe1_27640_Styles">
<!--table
    {mso-displayed-decimal-separator:"\,";
    mso-displayed-thousand-separator:"\.";}
.xl1527640
    {padding-top:1px;
    padding-right:1px;
    padding-left:1px;
    mso-ignore:padding;
    color:windowtext;
    font-size:10.0pt;
    font-weight:400;
    font-style:normal;
    text-decoration:none;
    font-family:Arial;
    mso-generic-font-family:auto;
    mso-font-charset:0;
    mso-number-format:General;
    text-align:general;
    vertical-align:bottom;
    mso-background-source:auto;
    mso-pattern:auto;
    white-space:nowrap;}
-->
</style>
</head>

<body>
<!--[if !excel]>&nbsp;&nbsp;<![endif]-->
<!--Die folgenden Informationen wurden durch Microsoft Excels
Web-Formular-Assistent erstellt.-->
<!--Falls das gleiche Element mit Excel veröffentlicht wird, werden alle
Informationen zwischen den DIV-Etiketten ersetzt.-->
<!----------------------------->
<!--START OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD -->
<!----------------------------->

<div id="Mappe1_27640" align=center x:publishsource="Excel">

<table x:str border=0 cellpadding=0 cellspacing=0 width=427 style='border-collapse:
collapse;table-layout:fixed;width:320pt'>
<col width=80 style='width:60pt'>
<col width=107 style='mso-width-source:userset;mso-width-alt:3913;width:80pt'>
<col width=80 span=3 style='width:60pt'>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 width=80 style='height:12.75pt;width:60pt'>Testtabelle</td>
  <td class=xl1527640 width=107 style='width:80pt'></td>
  <td class=xl1527640 width=80 style='width:60pt'></td>
  <td class=xl1527640 width=80 style='width:60pt'></td>
  <td class=xl1527640 width=80 style='width:60pt'></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 style='height:12.75pt'>Nochntest</td>
  <td class=xl1527640>und noch einer</td>
  <td class=xl1527640>Spalte 1</td>
  <td class=xl1527640>Spalte 2</td>
  <td class=xl1527640>Spalte 3</td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>123</td>
  <td class=xl1527640>gdfgsdgsg</td>
  <td class=xl1527640 align=right x:num>12</td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>154</td>
  <td class=xl1527640>gfrwezzuga</td>
  <td class=xl1527640 align=right x:num>96</td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>258</td>
  <td class=xl1527640>gdfertggg</td>
  <td class=xl1527640 align=right x:num>63</td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>648</td>
  <td class=xl1527640>khghggas+</td>
  <td class=xl1527640 align=right x:num>250</td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>789</td>
  <td class=xl1527640>gfgsggsg</td>
  <td class=xl1527640 align=right x:num>123</td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<tr height=17 style='height:12.75pt'>
  <td height=17 class=xl1527640 style='height:12.75pt'></td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
  <td class=xl1527640></td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
  <td width=80 style='width:60pt'></td>
  <td width=107 style='width:80pt'></td>
  <td width=80 style='width:60pt'></td>
  <td width=80 style='width:60pt'></td>
  <td width=80 style='width:60pt'></td>
</tr>
<![endif]>
</table>

</div>


<!----------------------------->
<!--END OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD-->
<!----------------------------->
</body>

</html>

Inhalt der Tabelle von oO Calc

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>
<HEAD>
    
    <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
    <TITLE></TITLE>
    <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0  (Win32)">
    <META NAME="AUTHOR" CONTENT="Hans - Joachim Scholz">
    <META NAME="CREATED" CONTENT="20060321;11104710">
    <META NAME="CHANGED" CONTENT="16010101;0">
    
    <STYLE>
        <!--
        BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Arial"; font-size:x-small }
         -->
    </STYLE>
    
</HEAD>

<BODY TEXT="#000000">
<TABLE FRAME=VOID CELLSPACING=0 COLS=3 RULES=GROUPS BORDER=1>
    <COLGROUP><COL WIDTH=86><COL WIDTH=147><COL WIDTH=97></COLGROUP>
    <TBODY>
        <TR>
            <TD WIDTH=86 HEIGHT=17 ALIGN=LEFT><B>Teilnummer</B></TD>
            <TD WIDTH=147 ALIGN=CENTER><B>Teil</B></TD>
            <TD WIDTH=97 ALIGN=CENTER SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]"><B>EP</B></TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="1234569" SDNUM="1031;">1234569</TD>
            <TD ALIGN=LEFT>Kupplungshebel</TD>
            <TD ALIGN=RIGHT SDVAL="21,6" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">21,60 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="856963" SDNUM="1031;">856963</TD>
            <TD ALIGN=LEFT>Bremshebel</TD>
            <TD ALIGN=RIGHT SDVAL="23,5" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">23,50 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="789456" SDNUM="1031;">789456</TD>
            <TD ALIGN=LEFT>Sitzbank</TD>
            <TD ALIGN=RIGHT SDVAL="263,9" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">263,90 &euro;</TD>
        </TR>
        <TR>
            <TD HEIGHT=17 ALIGN=LEFT SDVAL="4587635" SDNUM="1031;">4587635</TD>
            <TD ALIGN=LEFT>&Ouml;lfilter</TD>
            <TD ALIGN=RIGHT SDVAL="19,8" SDNUM="1031;0;#.##0,00 [$&euro;-407];[ROT]-#.##0,00 [$&euro;-407]">19,80 &euro;</TD>
        </TR>
    </TBODY>
</TABLE>
<!-- ************************************************************************** -->
</BODY>

</HTML>



RE: Exceltabellendarstellung - Scorpio - 21.03.2006

Kannst du denn wenn du einen HTML Beitrag erstellst, auch IFRAMES machen?
Dann könntest du ja deine HTML Seite normal abspeichern und nur per IFrame einbinden. Nicht grad die schönste aber wohl doch funktionalste Lösung.


RE: Exceltabellendarstellung - Susanne - 21.03.2006

Es ist aber genauso, wie ich dachte. Wenn du z.B. den ersten Code so einträgst
Code:
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><meta name=ProgId content=Excel.Sheet><meta name=Generator content="Microsoft Excel 10"><link rel=File-List href="Mappe1-Dateien/filelist.xml"><style id="Mappe1_27640_Styles"><!--table {mso-displayed-decimal-separator:"\,"; mso-displayed-thousand-separator:"\.";} .xl1527640 {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; mso-background-source:auto; mso-pattern:auto; white-space:nowrap;} --></style></head><body><!--[if !excel]>&nbsp;&nbsp;<![endif]--><!--Die folgenden Informationen wurden durch Microsoft Excels Web-Formular-Assistenterstellt.--><!--Falls das gleiche Element mit Excel veröffentlicht wird, werden alle Informationen zwischen den DIV-Etiketten ersetzt.--><!-----------------------------><!--START OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD --><!-----------------------------><div id="Mappe1_27640" align=center x:publishsource="Excel"><table x:str border=0 cellpadding=0 cellspacing=0 width=427 style='border-collapse: collapse;table-layout:fixed;width:320pt'><col width=80 style='width:60pt'><col width=107 style='mso-width-source:userset;mso-width-alt:3913;width:80pt'><col width=80 span=3 style='width:60pt'><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 width=80 style='height:12.75pt;width:60pt'>Testtabelle</td><td class=xl1527640 width=107 style='width:80pt'></td><td class=xl1527640 width=80 style='width:60pt'></td><td class=xl1527640 width=80 style='width:60pt'></td><td class=xl1527640 width=80 style='width:60pt'></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 style='height:12.75pt'>Nochntest</td><td class=xl1527640>und noch einer</td><td class=xl1527640>Spalte 1</td><td class=xl1527640>Spalte 2</td><td class=xl1527640>Spalte 3</td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>123</td><td class=xl1527640>gdfgsdgsg</td><td class=xl1527640 align=right x:num>12</td><td class=xl1527640></td><td class=xl1527640></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>154</td><td class=xl1527640>gfrwezzuga</td><td class=xl1527640 align=right x:num>96</td><td class=xl1527640></td><td class=xl1527640></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>258</td><td class=xl1527640>gdfertggg</td><td class=xl1527640 align=right x:num>63</td><td class=xl1527640></td><td class=xl1527640></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>648</td><td class=xl1527640>khghggas+</td><td class=xl1527640 align=right x:num>250</td><td class=xl1527640></td><td class=xl1527640></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 align=right style='height:12.75pt' x:num>789</td><td class=xl1527640>gfgsggsg</td><td class=xl1527640 align=right x:num>123</td><td class=xl1527640></td><td class=xl1527640></td></tr><tr height=17 style='height:12.75pt'><td height=17 class=xl1527640 style='height:12.75pt'></td><td class=xl1527640></td><td class=xl1527640></td><td class=xl1527640></td><td class=xl1527640></td></tr><![if supportMisalignedColumns]><tr height=0 style='display:none'><td width=80 style='width:60pt'></td><td width=107 style='width:80pt'></td><td width=80 style='width:60pt'></td><td width=80 style='width:60pt'></td><td width=80 style='width:60pt'></td></tr><![endif]></table></div><!-----------------------------><!--END OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD--><!-----------------------------></body></html>
ohne jeden Zwischenraum, dann wird die Tabelle ganz genau richtig angezeigt.