我有一个使用 MVC3 的 C# .Net Web 应用程序。我正在使用 Aspose 创建文档。我需要将计算表插入到输出文档中的预定义位置。我不知道该怎么做。我会在目标文档中使用书签吗?使用文本标签。我一直在为文字做这个......
"Here's is my document's WIN Theme <<WinTheme>>. My code inserts the text into the tag"
我使用下面的代码插入 win 主题。我想做一些类似桌子的事情。
doc.Range.Replace(new Regex("[<][<]WinTheme[>][>]"), "text Being Inserted);