|
Introduction
> Frequently Asked Questions
Frequently Asked Questions
Is ExcelWriter a pure .NET solution?
What are ExcelWriter's server requirements?
What ADO.NET data sources can be used with ExcelWriter?
Can ExcelWriter modify an existing spreadsheet?
Can ExcelWriter generate a spreadsheet from a template?
Can I generate a chart using ExcelWriter?
What versions of Microsoft Excel does ExcelWriter support?
Is ExcelWriter a pure .NET solution?
Yes, ExcelWriter is a pure .NET product.
What are ExcelWriter's server requirements?
There are four primary server requirements to run ExcelWriter on
the server:
What ADO.NET data sources can be used with ExcelWriter?
ExcelWriter's ExcelTemplate can import database values to an Excel file from the
following ADO.NET objects: DataSet, DataTable, SqlDataReader, OleDbDataReader and AdomdDataReader.
The ExcelApplication object can import from from a DataView, DataTable,
SqlDataReader, OleDbDataReader, and AdomdDataReader.
Can ExcelWriter modify an existing spreadsheet?
Can ExcelWriter generate a spreadsheet from a template?
Yes. See
How To Use Templates.
Note: An ExcelWriter template is a file created in Microsoft Excel that contains
data markers and can be opened with ExcelTemplate. In the
ExcelWriter documentation, the term "template" refers to an ExcelWriter template, not
a Microsoft Excel template (.xlt). However, ExcelWriter can
open and generate both .xls and .xlt files. Use an .xlt file the same way you would an
.xls file.
Can I generate a chart using ExcelWriter?
Yes. With ExcelApplication, you can create a new chart or modify an
existing chart. See Charts.
What versions of Microsoft Excel does ExcelWriter support?
ExcelWriter supports Excel 97 and later versions. ExcelWriter generates BIFF8 format
files. BIFF8 is the format of all Excel versions starting with Excel 97.

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|