Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
73327 | May 1,2008 06:48 PM UTC | May 2,2008 01:28 PM UTC | WinForms | 1 |
![]() |
Tags: XlsIO |
[C#]
sheet1.Range["B5:B14"].NumberFormat = "dd/mm/yyyy";
//Create Template Marker Processor
//Northwind customers table
ITemplateMarkersProcessor marker = workbook.CreateTemplateMarkersProcessor();
marker.AddVariable("Customers",northwindDt);
marker.AddVariable("NumbersTable", numbersDt);
//Process the markers in the template.
marker.ApplyMarkers();
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.