Skip to content

Commit

Permalink
Merge pull request #52 from SyncfusionExamples/849030-ExportData-to-E…
Browse files Browse the repository at this point in the history
…xcelTemplate

849030 - Modify the views of the Template Marker - master
  • Loading branch information
Mohan2401 authored Sep 26, 2023
2 parents 04d2d63 + b71fad2 commit 0d7827c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
Html.BeginForm("TemplateMarker", "Home", FormMethod.Get);
{
<div>
<input type="submit" value="Create Document" style="width:150px;height:27px" />
<h2>Excel (XlsIO) Library</h2>
<p>Template markers are special symbols used to export data from a data source to a predefined Excel template. When exporting data from the data source, it will be placed in a worksheet based on the position of the markers.</p>
<p>Click the 'Export Data' button to export data from a data source into a worksheet using template markers.</p>
<button class="btn btn-primary">Export Data</button>
</div>
}
Html.EndForm();
Expand Down

0 comments on commit 0d7827c

Please sign in to comment.