Filehelpers ExcelStorage
has a property public string TemplateFile { get; set; }
For that reason I have to keep my template file in the program directory (bin).
But if I want to use my template file as a embedded resource is there any way I can still use that as a template in ExcelStorage
?