|
Aspose.Excel is the .Net
The DataList control displays
he following example
The Repeater control displays
Excel spreadsheet reporting
data items in a repeating
demonstrates the GridView
data items in a repeating
component which can create
list, and optionally
control bound to a
list. Similar to DataList,
Excel spreadsheets featured
supports selecting and
SqlDataSource control to
the content and layout of
in formatting, functions,
editing the items. The
produce a read-only tabular
list items in Repeater is
pictures and charts. With
content and layout of list
report.
defined using templates. At
it, you can create Excel
items in DataList is defined
a minimum, every Repeater
spreadsheets both for
using templates. At a
must define an ItemTemplate;
desktop applications and web
minimum, every DataList must
however, the following
server applications; you can
define an ItemTemplate;
optional templates may be
create Excel spreadsheets
however, several optional
used to customize the
via designer or API or
templates can be used to
appearance of the list.
combined designer and API,
customize the appearance of
which offers the most
the list. The following
flexibility to create Excel
table describes those
spreadsheets both from
templates.
static data and dynamic
data. You can customize your
Excel spreadsheets in
minutes from fully-featured
demos which create similar
reports to those in the
Microsoft Access Northwind
Database Sample.
Date: May, 10 2004 Date: Dec, 20 2006 Date: Dec, 20 2006 Date: Dec, 20 2006 |
|
The .Net Word document
The following example
CsvReader is an extremely
This is a small Web
reporting component which
demonstrates a
fast and efficient .Net
Application, this contains
enables you to read and
ControlParameter used to
class for parsing virtually
basic database functions
write Word documents without
obtain a parameter value
any commonly found delimited
using ASP.NET including a
utilizing Microsoft Word.
from a DropDownList control
data format, CSV files, tab
database driven user
Open files created in
on the page.
delimited files, etc. It's
authentication, adding new
Microsoft Word 97, 2000 and
usable from C#, VB.Net,
records, viewing records,
XP;
Fill mail merge fields
ASP.Net, or any other .Net
editing and deleting records.
defined in the document with
language. Parsing is done
your data;
Use a DataSet,
using the de facto standard
DataTable, DataView,
CSV file specifications. All
IDataReader or an array of
development is throughly
values as a data source for
unit tested to guarantee
the mail merge
fewer bugs and to insure
operation;
Merge multiple
proper handling of extreme
records of a DataTable into
cases.
New in version
one document to create
2.0 is the ability to bulk
documents such as letters,
load large CSV files
invoices or mailing
directly into SQL Server
labels;
Grow tables or
using the new .Net 2.0 class
regions inside your document
SqlBulkCopy and the
dynamically to accommodate
CsvDataReader as the
for all rows in the data
datasource. Data can be
source;
Save document in
validated and/or modified on
Microsoft Word or text
the fly during the bulk load
format.
operation.
Date: May, 10 2004 Date: Dec, 20 2006 Date: Feb, 03 2006 Date: May, 24 2006 |