Skip to content

excel生成类存在BUG #1

@towserchen

Description

@towserchen

当单元格为空时,自动将下一个(右侧)单元格填充进来。
将_handleCell方法和_handleIndexCell方法的分析参数语句
if (empty($data) || is_array($data))
替换为
if (is_array($data))
可解决此问题。
汤米的代码中多处出现使用empty判断参数而导致的BUG。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions