私の DB は、次のような WYSIWYG エディターからのテキストを保存します。
<p><s>Hi!</s></p>
<p>My Name is Bob's.</p>
<p> </p>
<p>I like to eat these things:</p>
<ul>
<li>Candy</li>
<li>Veggies</li>
<li>Everything</li>
</ul>
<p>Enjoy<sup>2</sup></p>
私の見解では、次のようなものがあります。
sheet.add_row [@event.text], style: font_format
@event.text は上記の html です
axlsx を使用して Excel でこの書式設定を機能させる方法はありますか?