Table of Contents

ExcelFile.UnshareWorkbook Method

Removes the "track changes" information of the workbook and unshares the workbook. This is only needed for xls files, as FlexCel doesn't save tracking changes in xlsx files, and the feature is deprecated in Excel.

Syntax

Namespace: FlexCel.Core

public abstract void UnshareWorkbook()

See also