Change default file type from xml to .xls for Save As function with programatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • surbhi21sept
    New Member
    • Apr 2016
    • 1

    Change default file type from xml to .xls for Save As function with programatically

    Hi ,
    I am downloading XML data into excel using c# code ,but the problem is when i try to do save as it is taking default save as file type as XML files instead of Microsoft Workbook(xls),a lthough it is downloading correctly with .xls extension and open in spreadsheet also.


    How to change default Save As file type to Microsoft Workbook(xls)?
Working...