2
Answers

Calling WEB API to download excel file

Here i can store my value from database  as a IEnumerable<ConsumerHistoryVm> result  type ....
 
 
 
how can i convert this file to excel so that  direct call web api the excel file will be downlaoded.

Answers (2)