88
Views
2
Comments
Getting Flat file instead of Excel file
Discussion
    Hi,

 I'm trying to export data's from Recordlist to Excel if we press a button. In the click of the button im doing the below process.

When i click the Download button instead of excel files, a flat is getting open along with visual studio. also the extension is .aspx getting generated instead of .xlsx which is the excel format.

Now how can i generate this in excel format instead of flat file.

Thanks in Advance,
Ameen

  
2013-11-21 00-40-55
Curt Raddatz
This is almost always due to not setting the proper mime type in the downlaod widget.  See this post https://www.outsystems.com/help/SErviceStudio/9.0/Designing_Actions/Download_Properties.htm for mime type settings.

Hope this helps,
Curt
UserImage.jpg
Mohamed Aktharul Ameen Peerji

Thank you very much Mr.Curt Raddatz!!!

That mime type resolved my problem.

Again thanks for the info.
Ameen.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.