MiniWord
MiniWord copied to clipboard
.NET Word(docx) exporting template engine without COM+ & interop (support Linux and Mac)
根据案例,试了很多次,都没有成功。 foreach不支持图片的替换?
 When placing the image in the header or footer it does not work. placing image in the body of the document MiniWordPicture works fine.
```var value = new { Company_Name = new MiniWordColorText { Text = "MiniSofteware", FontColor = "#eb70AB", }, Name = new[] { new MiniWordColorText { Text = "Ja", HighlightColor = "#eb70AB"...
In the example i see the class PathHelper but when use it not have. It can be edit to ``var value = new Dictionary() { ["Logo"] = new MiniWordPicture() {...
使用MiniWord模版生成时如何如图片中的表格一样,如何设置和配置?
Hello, when i try to replace text inside equations, it doesn't work
Hi all, I just found some very problematic issue in the MiniWord library. When you have several spaces in the template, and in my case without knowing it, the rest...
Hi all! I suppose this is different from #77. Sometimes, when you have spaces between tags or between tags and words, those spaces are just not shown in the final...