Product Company Support Purchase Blog Reviews
   
  Download Eval Now
divider
 
OfficeWriter API for Excel and Word
OfficeWriter for Reporting Services
OfficeWriter Resources
OfficeWriter .NET Core
 
Purchase OfficeWriter
OfficeWriter Demos

 

OfficeWriter Demo - Easy Export to Excel

 

OfficeWriter's template approach makes it easy to merge data into existing reports. 
Easy Export to Excel

Just start by adding data placeholder markers into your report template. 

Then write code to retrieve the data sets you need for your report. 

Finally, with as few as 5 lines of codeDataTable dt = GetData();
ExcelTemplate xlt = new ExcelTemplate();
xlt.Open(“template.xlsx”);
xlt.BindData(dt, “Order”, xlt.CreateDataBindingProperties());
xlt.Process();
xlt.Save(Page.Response, “Output.xlsx”, false);
, bind the data sets to the placeholders in your template to merge the data into the report.



 
 

Provide the name for the recipient:

Select the employee's sales record to view:

View the report template

 

Want to learn more about OfficeWriter?
Our dedicated sales representatives will be happy to answer your questions: contact@softartisans.com