DoddleReport icon indicating copy to clipboard operation
DoddleReport copied to clipboard

Generate custom reports (PDF, Excel, etc) from any IEnumerable datasource.

Results 23 DoddleReport issues
Sort by recently updated
recently updated
newest added

Holding this PR open while I find time to work on the .net standard migration. If folks want to chip in here I'd be happy to review

I thought the below code would add columns with spaces but is doesnt. Is there a way to accomplish this? The column is always "TeamName". ``` var item = new...

How to create multiple sheets based on multiple data sources in the excel report? For example, I have 10 data sources. How to create 10 worksheets in an excle from...

Hello I've used your lib ... it works OK with MVC 4, using web lib only when changed to PDF using iTextSharp, arabic words not appears at all !!! would...

I want headers that look like this: ``` A B C D E .-------------------------------------------------------------------------------. 1 | | From | 2018-09-01 | Projects | All | 2 | Time frame |...

Fixes for breaking change in ClosedXML.0.91.0 per issue #9 by Linus Noren.

I would like code to work more like this: ```csharp public class ProductReport : Report { ProductReport() { DataField(x => x.UnitPrice) // this automatically infers it is a number, //...

CodeProject URLs do not work/do not exist/return file not found error pages.