neolord0/hwplib

Abnormal behavior when table have too many rows

NguyenDuy-Tien opened this issue · 3 comments

I am working with your hwplib library and facing an abnormal:
Some characters are inserted at the 5620th row as in the image
image
The yellow-highligted characters are auto-added at that row, they seem to be not the normal text.

I am quite sure this is not the problem by my data, since when I set the data at that row to be blank, the weird characters are still there

I have been investigating your code for 3 days and still not figured out why this happen.
If you suspect something that cause this issue, please inform me.
Thank you for your support and the cool library.

hello.
Looking at the picture above, It seems that the paragraph shape property has been set for the paragraph in 5260th row.
Check the paraShapeID property in the Paragraph object.

For more detailed questions, you must purchase a technical support license.

It really DID work.
The issue was caused by some abnormality of the paraShapeID, I guess that maybe due to number overflow.

Thank you for your support