I remember that i have seen a project that is generating excel file but it was template based. I mean it was using an excel file that is already have a structure as template.
Do you know such a library for .net ?
I remember that i have seen a project that is generating excel file but it was template based. I mean it was using an excel file that is already have a structure as template.
Do you know such a library for .net ?
Take a look at PowerTools for Open XML , Creating Pivot table in excel or you can create the excel file and reflect it using Open xml productivity tool then use the generated code to create the file using Open XML SDK The Open XML SDK Productivity Tool