tintu
tintu

Reputation: 1

Issue with copy pasting of double underlined content from soreadjs to textarea

While copy pasting double underlined content from soreadjs to textarea, underline not getting applied. But in the case of single underline, it is getting pasted.

When debugging it is observed that html getting from soreadjs after copying doesn't have any style for double underline. In the case of single underline content is wrapped with html tag for underline.

Please provide any solution for this issue.

Upvotes: 0

Views: 86

Answers (1)

MESCIUS Team
MESCIUS Team

Reputation: 847

Thank you for using SpreadJS. Double Underline is not supported in TextArea and many editors, it is custom painted in spreadjs to match Excel, however, it will not carry over in the clipboard.

This is not a limitation of the product.

Upvotes: 0

Related Questions