export to excel and show more/less code
export to excel and show more/less code
katzmoye
Posts: 8Questions: 2Answers: 0
I have some code to show more/less in a text cell:
[code]
$(".comment").shorten({
"showChars": 35}
);
[/code]
When I export to spreadsheet (excel) the " . . . more" text shows up and also introduced a special character. While this is easy to find and replace in excel I'm wondering if there is a way to fix it in Table Tools? Or is the issue with the .js file? (jquery.shorten.1.0.js)
[code]
$(".comment").shorten({
"showChars": 35}
);
[/code]
When I export to spreadsheet (excel) the " . . . more" text shows up and also introduced a special character. While this is easy to find and replace in excel I'm wondering if there is a way to fix it in Table Tools? Or is the issue with the .js file? (jquery.shorten.1.0.js)
This discussion has been closed.