You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sentence in a cell which has some bold words. When iterator reads this cell it only takes words before bold (or any other styled i guess) word and omits the rest.
The text was updated successfully, but these errors were encountered:
I can confirm that behaviour. I have tested it with different stylings:
Example
Excel File
Output
1
Normal Text
Normal Text
2
Maybe Bold in the middle
Bold
3
In the end, I am Bold
In the end, I am
4
Full-on Bold
Full-on Bold
5
Testing otherstyles too
Testing
It's weird, because you can't say that it picks the first style and sticks with it because of example 2 but you also can't say it picks only the styled ones because of example 3 and 5.
Without fixing any code I would say, that the user has to be aware of using only one style per cell (like in 1 and 4).
Edit: Same can be said about using different colours.
I have a sentence in a cell which has some bold words. When iterator reads this cell it only takes words before bold (or any other styled i guess) word and omits the rest.
The text was updated successfully, but these errors were encountered: