Add QHelpContentPlugin, so that supplemental instance meta data can accept help content. also add commonmark dep and getContentAsHtml method

This commit is contained in:
2025-07-08 10:49:19 -05:00
parent eb0c57e9a6
commit d7bb54eb16
5 changed files with 178 additions and 1 deletions

View File

@ -121,6 +121,11 @@
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.25.0</version>
</dependency>
<!-- adding to help FastExcel -->
<dependency>