Skip to content

Commit bc8e5f8

Browse files
authored
Update README.md
1 parent b720af1 commit bc8e5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ExcelReportGenerator
22

3-
This library allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It allows you easily connecting to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T>, etc, and render data from them to Excel. You can also apply to the data an aggregation, different types of grouping, formatting, etc. You can include the library to your project via [NuGet package](https://www.nuget.org/packages/ExcelReportGenerator).
3+
This library allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T>, etc, and to render data from them to Excel. You can also apply to the data an aggregation, different types of grouping, formatting, etc. You can include the library to your project via [NuGet package](https://www.nuget.org/packages/ExcelReportGenerator).
44

55
## How to use?
66
First of all you have to create a report template in Microsoft Excel. You need to mark up an excel sheet (or multiple sheets) using panels and templates which will be handled by the library. You can add any other formatting you want. All styles will be preserved after rendering. Your template can look like this:

0 commit comments

Comments
 (0)