MiniWord icon indicating copy to clipboard operation
MiniWord copied to clipboard

.NET Word(docx) exporting template engine without COM+ & interop (support Linux and Mac)

Results 52 MiniWord issues
Sort by recently updated
recently updated
newest added

异常信息: DocumentFormat.OpenXml.Packaging.OpenXmlPackageException:“The specified package is invalid. The main part is missing.”

I tried a table with multiple columns (and placeholders) but I got the error: "MiniWord doesn't support more than 1 list in same row"

很多时候,导出的会是富文本,里面包含有样式的文本,还有可能包含图片,涉及到图片导出来的最大尺寸问题

遇到很奇怪的情况,即使整个 `{{tagname}}` 使用格式刷,文本替换还是不生效。 查看`document.xml`,里面的实际情况为: ```xml { {type}} ``` Samples中的Demo4也测试了类似的情况。 我写了下面一个小方法,(模仿`AvoidSplitTagText`),尝试处理这种情况: ```csharp private static void MergeTagInMultiText(OpenXmlElement xmlElement) { var texts = new LinkedList(xmlElement.Descendants()); var node = texts.First; while (node != null)...

Dear Sir, This lib has support group data in fill word? ![group_data_word](https://github.com/mini-software/MiniWord/assets/16084508/1533a773-2eb1-42aa-b050-45071f7d99ce) How to make it. Thanks you so much.

Hi! First of all - awesome library, thank you! THe question about lists. Am I right that you are not creating a new list items, but adding rows to existing...

希望能支持转化pdf

MiniWord.Implment.cs page row 88 // table.Append(newTr); table.InsertAfter(newTr, tr);

https://github.com/scriban/scriban https://github.com/chaowlert/WordReport