Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
call-me-xequence opened this issue Jun 20, 2023 · 1 comment
Open

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

call-me-xequence opened this issue Jun 20, 2023 · 1 comment

Comments

@call-me-xequence
Copy link

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 added a commit to call-me-xequence/QXlsx that referenced this issue Jun 20, 2023
@dantti
Copy link
Member

dantti commented Sep 14, 2023

please run clang-format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants