SpreadsheetDocument.Write
Syntax:
Parameters:
<FileName> (required)
Name of the file where spreadsheet document is saved.
<SpreadsheetFileType> (optional)
Format in which spreadsheet document will be saved.
Default value: MXL.
Description:
Availability:
Note:
Saving Metafile pictures to PDF is not supported.
When working on the web client, the method execution calls the server.
When you work on a mobile platform, only XML and PDF formats can be used for saving.
When written to a PDF file, lines in the document cells can be wrapped somewhat differently from the way they displayed on the monitor. This can impact the height of lines for which the automatic height is specified.
When PDF format is output, fonts that cannot be embedded or are not TrueType or OpenType fonts, are replaced with Arial font. If this font is not found, Helvetica font is used.
Example:
Spreadsheet.Write("C:\My Documents\Table2.mxl"); |