Forum Discussion
SonPham
Jun 23, 2025Copper Contributor
Export to Excel is not working
Hi, After the recent Azure Data Explorer Web UI update, the "Export to Excel" feature is no longer functioning as expected. While it works for simple tables but it takes longer time than before, it ...
SonPham
Jun 26, 2025Copper Contributor
The null value issue appears to be resolved. However, when using JSON data as a dynamic type, it cannot be exported to Excel via the menu option, unless it's explicitly cast to a string using tostring(myDynamicJsonObject).
This workaround, however, results in the loss of the formatted JSON view in the UI, making it difficult to read, especially for large or complex JSON structures.