|
Introduction
> Frequently Asked Questions
Frequently Asked Questions
- Does ExcelWriter read existing spreadsheets?
- Can ExcelWriter modify an existing spreadsheet?
- Can I generate a chart using ExcelWriter?
- What versions of Microsoft Excel does ExcelWriter support?
- Which Microsoft Excel features are not available in ExcelWriter?
- Does ExcelWriter include features that are not available in Microsoft Excel?
- What software do I have to have on my server to use ExcelWriter?
- Can I include pictures in ExcelWriter generated spreadsheets?
- Does ExcelWriter read existing spreadsheets?
Yes. To read data from an existing spreadsheet, use the method
GetDataFromExcelSheet, or
open the file using
ExcelApplication.Open.
- Can ExcelWriter modify an existing spreadsheet?
Yes. See Modifying an Existing Spreadsheet.
- Can I generate a chart using ExcelWriter?
Yes. Use the method Charts.Add to generate
a chart. ExcelWriter can generate 15 chart types and over 70 sub-types
(see
Chart Codes). ExcelWriter's numerous charting properties allow you to customize
every detail of your chart.
- What versions of Microsoft Excel does ExcelWriter support?
ExcelWriter can produce either Excel 97/2000/2002/2003 (BIFF8) format files or Excel 95 (BIFF7)
format files. Not all features are supported by Excel 95.
Note: The ExcelTemplate object supports Excel's
BIFF8 (Excel 97/2000/2002/2003) format only; ExcelTemplate
does not support BIFF7 (Excel 95) format
templates, and will not generate BIFF7 format files.
- Which Microsoft Excel features are not available in ExcelWriter?
We are constantly adding new features to ExcelWriter. If there is a particular
Microsoft Excel feature currently unavailable in ExcelWriter that you would like to use,
please let us know by sending an email to
info@softartisans.com.
-
The ExcelApplication object
and the ExcelTemplate cannot
create certain Excel features such as Pivot Tables, Macros and VBA (Visual Basic for Applications).
However, ExcelWriter will preserve all Excel features when opening an existing spreadsheet.
Creating a file in Microsoft Excel, and then using that XLS file as input to ExcelWriter allows you
to use any Excel feature. ExcelWriter will apply changes in memory to the XLS file, such as by merging against a database or
changing formatting. The modified file can be streamed to the user's browser, saved as a new file,
or saved over the original file.
See
Modifying an Existing Spreadsheet and
How to Use Templates.
ExcelWriter cannot create a hyperlink to a different workbook.
- Does ExcelWriter include features that are not available in Microsoft Excel?
Yes, ExcelWriter includes the following features, unavailable in Microsoft Excel:
- What software do I have to have on my server to use ExcelWriter?
- Windows NT 4, Windows 2000, Windows XP, or Windows 2003 Server.
- IIS 4 or higher.
- ASP 5.0 or higher.
- Can I include pictures in ExcelWriter generated spreadsheets?
Yes. To add a picture to your spreadsheet, use
Pictures.CreateFromFile.

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