Export Data to Word document after bookmarks in c#.net

Hi,

I am exporting data from my c# project to word document after bookmarks.

My code was working properly until i was not using tables in my code.

Now my data is not exported properly after bookmarks.

Please check my code WindowsFormsApp1.zip (103.0 KB)

My Code is ExportWord.cs file.

Here my issue is Data given CurrentMinutes textbox not adding after “CurrentMinutes” bookmark

Please suggest me where i am wrong.

@pravinghadge

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18335. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

@tahir.manzoor

Thanks for your reply & acknowledgement.

@pravinghadge

It is to inform you that the issue which you are facing is actually not a bug in Aspose.Words. So, we have closed this issue (*WORDSNET-18335) as ‘Not a Bug’.

Please add the following line of code at the end of CreateTable method to get the correct output.

builder.StartTable();

Thank you tahir.manzoor