Hi to all ,
I am using ExcelPackage to create the excel sheet through .net.
I am taking the reference at codeplex for creating excel sheet.
It is giving me following error:
A required privilege is not held by the client.
at the line when creating object of FileInfo class as
FileInfo newFile = new FileInfo(@"C:\mynewfile.xlsx");
with the heading of Error "IOException was unhandled by user code."
How to resolve it ? Please help ....
Regards Girish