Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a2fbe0a3
authored
2019-02-28 17:56:55 +0530
by
prami
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
campaign bulkupload : changed xls to xlsx
1 parent
f431b84e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
application/app/Http/Controllers/CampaignController.php
application/public/assets/extras/campaignUserMappingFormat.xls → application/public/assets/extras/campaignUserMappingFormat.xlsx
application/app/Http/Controllers/CampaignController.php
View file @
a2fbe0a
...
...
@@ -857,7 +857,7 @@ class CampaignController extends Controller {
$writer->save('php://output');*/
$filepath
=
"assets/extras/campaignUserMappingFormat.xls"
;
$filepath
=
"assets/extras/campaignUserMappingFormat.xls
x
"
;
return
Response
::
download
(
$filepath
);
}
...
...
application/public/assets/extras/campaignUserMappingFormat.xls
→
application/public/assets/extras/campaignUserMappingFormat.xls
x
View file @
a2fbe0a
No preview for this file type
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment