Kellerman Software .NET Excel Reports v1.12.0.0 Cracked - Excel, employee1, employee2, Reports, files, Kellerman, create, Software, employee

Kellerman Software .NET Excel Reports v1.12.0.0

Kellerman Software .NET Excel Reports v1.12.0.0
Kellerman Software .NET Excel Reports v1.12.0.0


.NET Excel Reports by Kellerman Software allows you to create Excel files without having Excel installed. There is no dependency on Excel at all. Easily create spreadsheets from lists of class objects, Data Tables, and CSV files with a single line of code. A source Excel file can be used as a template and search and replace can be performed. Excel Reports has intelligent formatting defaults. The defaults can be overridden. Worksheets can be entirely created in memory. Excel Reports has powerful functionality at a price everyone can afford.

Feature Description
Easy to Use Create Excel files with a single line of code. The help file contains code examples for all methods and properties.
Robust With other Excel tools, you have to manually add rows and cells to Excel to create an Excel Worksheet. Excel Reports automatically creates the rows and cells needed based on the content of your list of classes, Data Tables, or CSV files.
Intelligent Formatting By default, a nicely formatted header is created. It intellegently formats .NET types in a corresponding Excel format. The default header and column formatting can be overridden. Columns widths are automatically sized for the largest item.
100% Managed Code 100% managed code written in C#.
Royalty Free Distribution Include with any .NET project royalty free.
1 Year Free Upgrades Purchase today and all upgrades are free for the next year.
60 Day Money Back Guarantee At Kellerman Software, we want you to be totally satisfied with your purchase. Receive a refund within 60 days when ordering from KellermanSoftware.com. Source code versions are non-refundable due to their nature.

ExcelReportsGenerator generator = new ExcelReportsGenerator(); //Trial Mode
//ExcelReportsGenerator generator = new ExcelReportsGenerator("place user name here", "place license key here"); //License Mode

//Create a couple employees to output to a report
List employees = new List();

Employee employee1 = new Employee();
employee1.FirstName = "John";
employee1.LastName = "Smith";
employee1.Married = true;
employee1.NumberOfChildren = 3;
employee1.Salary = 60000;
employee1.HealthSavingsContribution = 6250;
employee1.EmployeeType = EmployeeType.LeadAccountant;
employee1.RetirementContributionPercent = .06F;
employee1.YearsOfService = 4;
employee1.QuarterlyMeetingAttendance = 15;
employee1.CompanyCarMileage = 152000;
employee1.VacationHours = 120;
employee1.SickHours = 40;
employee1.PersonalHours = 8;
employee1.BirthDate = new DateTime(1977, 12, 15);
employees.Add(employee1);

Employee employee2 = new Employee();
employee2.FirstName = "Joe";
employee2.LastName = "Jones";
employee2.Married = false;
employee2.NumberOfChildren = 0;
employee2.Salary = 30000;
employee2.HealthSavingsContribution = 3000;
employee2.EmployeeType = EmployeeType.MediumJanitor;
employee2.RetirementContributionPercent = .03F;
employee2.YearsOfService = 1;
employee2.QuarterlyMeetingAttendance = 4;
employee2.CompanyCarMileage = 0;
employee2.VacationHours = 80;
employee2.SickHours = 20;
employee2.PersonalHours = 8;
employee2.BirthDate = new DateTime(1988, 6, 25);
employees.Add(employee2);

//Generate an Excel Report with a single line of code
generator.GenerateFromClassList(employees, "Employees", "example.xlsx");


Only for V.I.P
Warning! You are not allowed to view this text.