issues with large number-like values in export to Excel datatable.

issues with large number-like values in export to Excel datatable.

oladapo123oladapo123 Posts: 1Questions: 1Answers: 0

customizeData: function(data) {
for(var i = 0; i < data.body.length; i++) {
for(var j = 0; j < data.body[i].length; j++) {
data.body[i][j] = '\u200C' + data.body[i][j];
}

After exporting to excel the record is not editable and you can't convert them, please I need an assistant to dis

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.