Excel Exporter Date and Time Attribute Formatting Issue

0
Hi there,   We have implement excel export functionality for our client application using excel exporter module. But we are facing a problem while exporting date and time attributes.   All the date and time columns in the excel sheet are getting filled with some random number. The exported excel is not recognizing the date and time columns in date and time format.   Anyone here to help me with the issue?
asked
1 answers
3

Try turning the date time attribute into a string attribute in the export entity (by using format date time)

answered