Words get splitted during text wrapping
Hello.
We are facing an issue with text wrapping when converting Excel worksheet to PDF for words that contain non-English Alphabet letters.
Expected behavior: If a word doesn't fit into a cell (merged cells region), it gets moved to the next line.
Actual behavior: The word is split into parts, the first part remains in the current line and the second part gets moved to the next line.
If the word contains the usual English Alphabet letters only, everything works fine.
We are using Free Spire.XLS 5.1.0 for Java.
What can we do to make it work properly?
Thanks in advance, Lesya.