Když dám ukázku (více řádků) uložit jako html (calc), dostanu:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250"/>
<title></title>
<meta name="generator" content="LibreOffice 7.0.4.2 (Windows)"/>
<meta name="created" content="2023-07-31T22:10:39.922000000"/>
<meta name="changed" content="2023-07-31T22:16:36.258000000"/>
<style type="text/css">
body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em; }
a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; }
comment { display:none; }
</style>
</head>
<body>
<table cellspacing="0" border="0">
<colgroup width="1128"></colgroup>
<tr>
<td height="32" align="left"><font face="Liberation Mono,Courier New">Táto bunda je absolútnym hitom tejto sezóny. Je ideálna na elegantný alebo športový štýl. Jej dokonalý strih a kvalitné spracovanie vám poskytnú maximálne pohodlie a štýl. Odporúčame!</font></td>
</tr>
<tr>
<td height="32" align="left"><font face="Liberation Mono,Courier New">Farba: zelená</font></td>
</tr>
<tr>
<td height="62" align="left"><font face="Liberation Mono,Courier New">Zloženie: 100% polyester.</font></td>
</tr>
<tr>
<td height="77" align="left"><font face="Liberation Mono,Courier New">Materiál: 85 cm.<br>Pás: 68 cm<br>Busta: 87 cm<br>Výška: 172 cm<br>Veľkosť topánok: 39</font></td>
</tr>
<tr>
<td height="77" align="left"><font face="Liberation Mono,Courier New">Modelka má na sebe veľkosť: S </font></td>
</tr>
</table>
<!-- ************************************************************************** -->
</body>
</html>
případně, pokud je to v jedn0 buňce, tak toto:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250"/>
<title></title>
<meta name="generator" content="LibreOffice 7.0.4.2 (Windows)"/>
<meta name="created" content="2023-07-31T22:10:39.922000000"/>
<meta name="changed" content="2023-07-31T22:24:00.511000000"/>
<style type="text/css">
body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em; }
a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; }
comment { display:none; }
</style>
</head>
<body>
<table cellspacing="0" border="0">
<colgroup width="1128"></colgroup>
<tr>
<td height="241" align="left"><font face="Liberation Mono,Courier New">Táto bunda je absolútnym hitom tejto sezóny. Je ideálna na elegantný alebo športový štýl. Jej dokonalý strih a kvalitné spracovanie vám poskytnú maximálne pohodlie a štýl. Odporúčame!<br><br>Farba: zelená<br><br>Zloženie: 100% polyester.<br><br>Materiál: 100% polyester:<br><br>Materiál: 85 cm.<br>Pás: 68 cm<br>Busta: 87 cm<br>Výška: 172 cm<br>Veľkosť topánok: 39<br><br>Modelka má na sebe veľkosť: S</font></td>
</tr>
</table>
<!-- ************************************************************************** -->
</body>
</html>
Já bych nic neprogramoval.