a2fbe0a3 by prami

campaign bulkupload : changed xls to xlsx

1 parent f431b84e
...@@ -857,7 +857,7 @@ class CampaignController extends Controller { ...@@ -857,7 +857,7 @@ class CampaignController extends Controller {
857 857
858 $writer->save('php://output');*/ 858 $writer->save('php://output');*/
859 859
860 $filepath = "assets/extras/campaignUserMappingFormat.xls"; 860 $filepath = "assets/extras/campaignUserMappingFormat.xlsx";
861 return Response::download($filepath); 861 return Response::download($filepath);
862 } 862 }
863 863
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!