Skip to content

Conversation

Adconsulting
Copy link

…he project

@Adconsulting
Copy link
Author

Adconsulting commented Dec 8, 2017

Hi,

for one of my projects i needed to add Excel formula's to the export. so i extended the openXML write to handle this i a basic form.

i also added a builder pattern project to the solution with an extension on IEnumerable. the enables you to do something like this.

var list = new list<Project>(); list.Export().Column(Resource.ColName1, x=> x.Id) .Column(Resource.ColName2, x=> x.Description) .ToReport();
Usage
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants