<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">
<style id="Classeur1_16681_Styles">
</style>
</head>
<body>
<div id="Classeur1_16681" align=center x:publishsource="Excel">
<table x:str border=1 cellpadding=0 cellspacing=0 width=100% style='border-collapse: collapse'>
<tr>
<td valign="top"><b>Nummer</b></td>
<td valign="top"><b>Bezeichnung</b></td>
<td valign="top"><b>Flaschen</b></td>
<td valign="top"><b>Preis / Liter</b></td>
<td valign="top"><b>Pfand</b></td>
<td valign="top"><b>VK</b></td>
<td valign="top"><b>Kategorie</b></td>
<td valign="top"><b>Zweite Kategorie</b></td>
<td valign="top"><b>Angebot</b></td>
<td valign="top"><b>Neulistung</b></td>
<td valign="top"><b>Marke</b></td>
<td valign="top" nowrap="nowrap"><b>Bild</b></td>
</tr>
<tr>
<td class=xl2216681 nowrap>'.$i.'</td>
<td class=xl2216681 nowrap>'.htmlconverter($row['name']).'</td>
<td class=xl2216681 nowrap>'.str_replace('.',',',$row['flaschen']).'</td>
<td class=xl2216681 nowrap>'.euroconverter($row['preisproliter']).'</td>
<td class=xl2216681 nowrap>'.euroconverter($row['pfand']).'</td>
<td class=xl2216681 nowrap>'.euroconverter($row['preis']).'</td>
<td class=xl2216681 nowrap">'.$category['catname'].'</td>
<td class=xl2216681 nowrap>'.$categorysec['catname'].'</td>
<td class=xl2216681 nowrap>'.$angebot.'</td>
<td class=xl2216681 nowrap>'.$new.'</td>
<td class=xl2216681 nowrap>'.htmlconverter($marke['name']).'</td>
<td class=xl2216681 nowrap>'.$row['img'].'</td>
</tr>
</table></div>
</body>
</html>