Best way to read data from excel(xlsm) macro enabled and protected

@deepika.garg

please check this…this is the full tutorial

to create connectionstring use this

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsm;Extended Properties="Excel 12.0 Macro;HDR=YES";

cheers