The formula converts the specified HTML-formatted text into plain text.
| Syntax | Description |
| HTMLTOTEXT(HTML CODE) | Converts the specified HTML-formatted text into plain text. |
HTMLTOTEXT(HTML CODE)
The formula converts the specified HTML-formatted text into plain text by removing HTML tags.
Syntax: htmltotext(Code)
| Name | Description |
| Code | type: Text | The text containing HTML code to be converted into plain text. |
| Returns | Description |
| Text | Plain text without HTML tags. |
Examples:
=HTMLTOTEXT()
=HTMLTOTEXT('<html><head></head><body>TEST</body></html>')
0 Comments