office-interop

C# crashes error when working with Interop

On the target machine there is no Access of the necessary version (it costs 2010) and I put Access 2016 Runtime there. When ... s 2016 Runtime is not enough to create the object? Can you tell me what to do with this? Do not offer to work through Oledb.

Creating an act in word C#

Good time of day. You need to create an act in word based on the data available on winforms. Can you tell me how best to do t ... own. Well, as I wrote above, add rows to the table. In the original template, there is only a table header, without strings.

What is the Embedded Interop Types check mark in VS responsible for?

On Office builds, there is a check mark like this: Embed Interop Types What is it responsible for? With this check mark, it ... assembly locally. I noticed that if you disable it, some operations with office objects require an explicit type conversion.

Crawling merged cells in Word

In general, in continuation of my previous topic on parsing Word tables using interop, I came across merged cells. How can I ... priority, as I have drawn a lot of code on it. If there is a solution for example for *. DOCX, then I can change the format.

How do I create a numbered list in Microsoft Word c#?

You need to create a numbered list in Word, for example: 1. Заголовок 1 1.1. Подзаголовок 1 1.2. Подзаголовок 2 2. З ... ange.InsertParagraphAfter(); paragraph = range.Paragraphs.Add(); paragraph.Range.Text = "Заголовок 2"; paragraph.Outdent();