Can't open table in onenote after export

Hi Aspose team,

I am using Aspose.note to export content in table format. when I open the file, right click and select table, the file crash. I try adding a table manually, it is working.

do you have any idea? and any solution for that issue?

thanks
test.zip (40.9 KB)

@TommyZhou

It is requested to please share you code which is used to create this file so that we could investigate the issue.

Hi Aspose team,

Please find the code in the attachment.

oneNote1.zip (3.9 MB)

thanks

@TommyZhou

We have reproduced the issue and it has been logged with ID “NOTENET-2708” for further investigation. You will automatically be informed here once we have more information to share.

@TommyZhou,

We investigated the bug further and found a way to fix it. As a workaround solution you can modify your program in the following way: all tables should be created with ‘IsBordersVisible’ property set to true.

new Table(doc) { IsBordersVisible = true }

Please note, after we have fixed this issue, your original code will produce correct results.

The issues you have found earlier (filed as NOTENET-2708) have been fixed in Aspose.Note for .NET v19.11. This message was posted using Bugs notification tool by ahsaniqbalsidiqui