ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BiffWriter - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BiffWriter

    Inheritance
    System.Object
    BiffWriter
    Implements
    System.IDisposable
    Namespace: Syncfusion.XlsIO.Parser
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class BiffWriter : Object, IDisposable

    Constructors

    BiffWriter(Stream)

    Declaration
    public BiffWriter(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    BiffWriter(Stream, Boolean)

    Declaration
    public BiffWriter(Stream stream, bool bControlsStream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Boolean bControlsStream

    Properties

    BaseStream

    Declaration
    public Stream BaseStream { get; }
    Property Value
    Type Description
    System.IO.Stream

    Buffer

    Returns internal buffer. Read-only.

    Declaration
    public byte[] Buffer { get; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    Dispose()

    Declaration
    public void Dispose()

    WriteRecord(BiffRecordRaw, IEncryptor)

    Declaration
    public void WriteRecord(BiffRecordRaw raw, IEncryptor encryptor)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw raw
    IEncryptor encryptor

    Object to encrypt data.

    WriteRecord(OffsetArrayList, IEncryptor)

    Declaration
    public void WriteRecord(OffsetArrayList records, IEncryptor encryptor)
    Parameters
    Type Name Description
    OffsetArrayList records
    IEncryptor encryptor

    Object to encrypt data.

    WriteRecord(ICollection, IEncryptor)

    Declaration
    public void WriteRecord(ICollection collection, IEncryptor encryptor)
    Parameters
    Type Name Description
    System.Collections.ICollection collection
    IEncryptor encryptor

    Object to encrypt data.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved