Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach Excel sheet File is not working. #25

Open
nvnsn386 opened this issue Mar 21, 2016 · 0 comments
Open

Attach Excel sheet File is not working. #25

nvnsn386 opened this issue Mar 21, 2016 · 0 comments

Comments

@nvnsn386
Copy link

I'm using below code for sending excel fie which exists on Document directory But It's not working. Need suggestion urgently. Excel File extension .xlsx.

NSData *data=[NSData dataWithContentsOfFile:filePath];
NSDictionary *excelFileDict = [NSDictionary dictionaryWithObjectsAndKeys:@"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",kSKPSMTPPartContentTypeKey,
data, kSKPSMTPPartMessageKey,@"8bit",kSKPSMTPPartContentTransferEncodingKey,nil];
testMsg.parts = [NSArray arrayWithObjects:excelFileDict,nil];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant