[]
        
(Showing Draft Content)

Formula Settings Imported

This table summarizes how the cell settings related to formulas are handled when SpreadJS imports data from an Excel file.

Excel Setting

SpreadJS Setting

Remarks

Cell reference style

referenceStyle

If Excel’s reference style is R1C1, when Spread imports the spreadsheet, the Sheet.setColumnHeaderAutoTest function is set to 1 (Display Numbers). See the Formula remarks in this table.

Formulas

CellRange.formula

Formulas are imported from Excel into SpreadJS.

“Cell references”, “Operators”, and “Functions” from Excel settings are also imported as part of the formula.

Hidden Formula

Style.hidden

CellRange.hidden

Imports Excel files with hidden formula cells.

Note that hidden attributes do not affect the formulas accessed through the APIs.