Hello!
I`m trying to export data from grid to Excel. Some of cells store the tabulation symbols (see 'grid.png'). After export I open the excel-file and get the following error (see 'excelError.png'). If you choose any of options, file is openning without data (see 'excelFile.png'). How can I export data with this symbol to Excel?
Thanks.
Hi Elena,
Please accept my apologies for the delayed response. Our built-in exporting mechanism doesn't have specific processing for these symbols. Would you please modify my example to illustrate what symbolscannot be exported? Use the "Fork" button to save changes and post the updated link here for further research.
Your time and cooperation are greatly appreciated.
Hi Artem,
I added the link with my changes (see first user Name).
Link: https://codepen.io/anon/pen/eLWJbJ?editors=1010
Hi Elena,
Thank you for the updated example. We need more time to research this behavior. Please bear with us.
I checked this example and see that this symbol is not displayed in the grid out of the box (see the screenshot). At the same time, I see that all symbols are visible in your screenshots.
If I paste the same symbol ("middle dot") directly from Excel to the previous array and display it in the grid, our export is working fine on my side. Please review the attached screencast and the modified example - https://codepen.io/ArtemDevExpress/pen/QVvMNV?editors=1010
Would you please clarify where these symbols are originally created and what code is used to display them in the grid?
Hi Artem,
In your screenshot this symbol is displaying like a square (quadrangle) in the grid. It`s a tab character, I paste it from my project to this example (if you move on middle dot in this example: https://codepen.io/anon/pen/eLWJbJ?editors=1010 you see "\u7" - tab character). After that I exporting data from grid and appears the same problem with Excel file. Can you copy this symbol from the example above to your example or modify this example and research it?
Thank you for your help!
Thank you for the clarification. I forwarded this issue to our R&D team for further research. Please bear with us.
Thank you, waiting for your answer.