使用C#识别word文档中的表格格式

时间:2018-01-04 07:34:18

标签: c# ms-word

我正在使用Microsoft.Office.Interop.Word在C#中逐行阅读word文档。

doc有段落和表格。我想检查表何时出现并获取表的全部内容,否则继续使用doc.Paragraphs()进行逐行处理。

非常感谢任何帮助识别word doc中的表格。

1 个答案:

答案 0 :(得分:0)

这似乎是一个重复的问题。请看这里:“How to read MS Word paragraph and table content line by line”。如果您没有坚持Microsoft.Office.Interop.Word尝试DocX,请看一下这个问题:“Novacode Determine If Word Style Is A Table”。