Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

When creating Excel files with Create, specifies which file format to use.

C#
vb.net

Remarks

Starting with Excel 2007, Microsoft introduced a new file format for office documents. This new format relaxes some of the restrictions of the old file formats; for example a single worksheet can now have over a million rows instead of sixty-five thousand.

Excel files created with FileFormat.Excel2003 can be opened in all versions of Excel. Excel files created with FileFormat.Excel2007 can be opened in Excel 2007 and later, or Excel 2003 with the compatibility pack.

Examples

C#
vb.net

Values

Name

Description

Excel2003

Excel 2003 binary-format files.

Excel2007

Excel 2007 and 2010 xml-format files.

  • No labels