QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

RichString::setHtml doesn't support <sup> and <sub> tags

Open call-me-xequence opened this issue 2 years ago • 1 comments

The code below doesn't work properly: sup and sub tags are ignored

  QXlsx::Document xlsx;
  QXlsx::RichString rich;
  rich.setHtml( "m<sup>2</sup>")
  xlsx.write("A1", rich);
  xlsx.saveAs("richtext1.xlsx");

call-me-xequence avatar Jun 20 '23 17:06 call-me-xequence

please run clang-format

dantti avatar Sep 14 '23 14:09 dantti