ClosedXML / ClosedXML/ClosedXML.Report

Feature Request: Worksheet per item in List

Open
#93 5 comments 4 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
647
Forks
122
PR merge metrics
No merged PRs in 30d

Description

I'd like to create one worksheet per item from a list.

For example in case I pass an IEnumerable to the template
`template.AddVariable(customers);`
and the name of the template worksheet is something like
`{{ item.Name }}`
the report generator should iterate through the customers list and create one worksheet for every item in the list.

Another approach:
passing a variable data that contains an `IEnumerable Customers`
`template.AddVariable(data);`
and worksheet with label
`{{ Customers.Name }}`
should trigger the generation of a single worksheet per customer.
![tab template](https://user-images.githubusercontent.com/2855185/61206857-e6be3680-a6f3-11e9-97c7-45d65b3e1cbb.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.