'how can i export <img> tag in handsontable into .csv file as an image not html?
enter image description here I want to export my handsontable as CSV file but its render as html. so when its downloaded it shows the HTML over there any help will be appreciated.
Solution 1:[1]
Unfortunately, it is impossible to export HTML tags into a CSV file, as they are not supported in this format.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ASzymanski |
