Skip to content

Added Excel Fromula to the openXMLwriter + added Builder pattern to t…#7

Open
Adconsulting wants to merge 1 commit intomatthidinger:masterfrom
Adconsulting:OpenXMLWriter-extension
Open

Added Excel Fromula to the openXMLwriter + added Builder pattern to t…#7
Adconsulting wants to merge 1 commit intomatthidinger:masterfrom
Adconsulting:OpenXMLWriter-extension

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