submaie

Results 2 issues of submaie

随便在一个Word 2007 .docx文件内新建一个简单表格,并在 0 行 0列的单元格内键入 “X1" 作为被替换内容的占位符。 此时,我要替换的内容是 "Φ219.1*7.65” 的字符串。 `// 读文件 MemoryStream ms = new MemoryStream(); // 第一个文件读取 using (var fs = File.OpenRead(sourcePath)) { fs.CopyTo(ms); ms.Position = 0;...

need-investigation

### Describe the bug In Visual Studio Professional 2022 ver 17.7.1 a template error msg is displayed when attempting to create a C# Avalonia application. ![ScreenShot](https://github.com/AvaloniaUI/TemplateStudio/assets/31879920/30aab9c8-bb27-44dc-900f-c41e4efb9d39) ### To Reproduce 1....

bug