# GC.Spread.Sheets.ISerializationOption

## Content

# Interface: ISerializationOption

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).ISerializationOption

## Table of contents

### Properties

- [columnHeadersAsFrozenRows](GC.Spread.Sheets.ISerializationOption#columnheadersasfrozenrows)
- [ignoreFormula](GC.Spread.Sheets.ISerializationOption#ignoreformula)
- [ignoreStyle](GC.Spread.Sheets.ISerializationOption#ignorestyle)
- [includeAutoMergedCells](GC.Spread.Sheets.ISerializationOption#includeautomergedcells)
- [includeBindingSource](GC.Spread.Sheets.ISerializationOption#includebindingsource)
- [rowHeadersAsFrozenColumns](GC.Spread.Sheets.ISerializationOption#rowheadersasfrozencolumns)
- [saveAsView](GC.Spread.Sheets.ISerializationOption#saveasview)
- [saveR1C1Formula](GC.Spread.Sheets.ISerializationOption#saver1c1formula)

## Properties

### <a id="columnheadersasfrozenrows" name="columnheadersasfrozenrows"></a> columnHeadersAsFrozenRows

• `Optional` **columnHeadersAsFrozenRows**: `boolean`

Whether to treat the column headers as frozen rows when converting the workbook to json.

___

### <a id="ignoreformula" name="ignoreformula"></a> ignoreFormula

• `Optional` **ignoreFormula**: `boolean`

Whether to ignore the formula when converting the workbook to json.

___

### <a id="ignorestyle" name="ignorestyle"></a> ignoreStyle

• `Optional` **ignoreStyle**: `boolean`

Whether to ignore the style when converting the workbook to json.

___

### <a id="includeautomergedcells" name="includeautomergedcells"></a> includeAutoMergedCells

• `Optional` **includeAutoMergedCells**: `boolean`

Whether to include the automatically merged cells when converting the workbook to json.

___

### <a id="includebindingsource" name="includebindingsource"></a> includeBindingSource

• `Optional` **includeBindingSource**: `boolean`

Whether to include the binding source when converting the workbook to json.

___

### <a id="rowheadersasfrozencolumns" name="rowheadersasfrozencolumns"></a> rowHeadersAsFrozenColumns

• `Optional` **rowHeadersAsFrozenColumns**: `boolean`

Whether to treat the row headers as frozen columns when converting the workbook to json.

___

### <a id="saveasview" name="saveasview"></a> saveAsView

• `Optional` **saveAsView**: `boolean`

Whether to apply the format string to exporting value when converting the workbook to json, default false.

___

### <a id="saver1c1formula" name="saver1c1formula"></a> saveR1C1Formula

• `Optional` **saveR1C1Formula**: `boolean`

Whether to save the r1c1 formula in the file.
