Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

1.8.0: Setting cell fieldtype automatically to formula #344

Open
@remyw

Description

@remyw

The following code should be disabled in Cell/DefaultValueBinder.php. You should never want "automatic" formula fieldtypes:
} elseif ($pValue{0} === '=' && strlen($pValue) > 1) {
return PHPExcel_Cell_DataType::TYPE_FORMULA;

General text fields starting with '= blablabla' will generate errors. If it's a cell with a formula, it should be explicitly set via setValueExplicit()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions