Click here to Skip to main content
15,905,612 members

Comments by Laysence (Top 3 by date)

Laysence 5-Sep-16 7:47am View    
You could avoid this issue by moving away from using Word Interop in C# and instead use this C# library for Word files. Also here is a restrict editing example code.
Laysence 5-Sep-16 7:42am View    
You could also use an excel library for C# which has a much better performances then usage of excel interop in C#, you can find the comparions sheet here.
Laysence 30-Aug-16 7:23am View    
You could try out this .NET's library Word documents, you would not go through your document line by line but instead you would read your Word files in C# and iterate through all its elements (Paragraphs, Tables, Pictures, etc.).