Hi,
I'm able to read text file contents from attachments in crm, But its not happening with excel how to read the contents from attachments if its an excel file.
byte[] fileContent = Convert.FromBase64String(attachment.Body);
var decodedString = Encoding.UTF8.GetString(fileContent);
any help would be appreciated.
Regards,
Subramamnya
*This post is locked for comments
I have the same question (0)