Show / Hide Table of Contents

Class SpreadsheetDataFormats

Clipboard data formats supported by the spreadsheet

Inheritance
System.Object
SpreadsheetDataFormats
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public static class SpreadsheetDataFormats : object

Fields

Biff8

Office Biff 8 binary format, supported on .NET 4.0 only

Declaration
public const string Biff8 = null
Field Value
Type Description
System.String

SpreadsheetDocumentDataFormat

Office 2007 raw package

Declaration
public const string SpreadsheetDocumentDataFormat = null
Field Value
Type Description
System.String

XmlSpreadsheetFormat

Office 2003 XML format

Declaration
public const string XmlSpreadsheetFormat = null
Field Value
Type Description
System.String
Back to top Generated by DocFX