Skip to content

Handle null value for App Version #2393

Description

@monty241

EPPlus usage

Commercial use (I have a commercial license)

Environment

Windows, Linux

Epplus version

8.5.0.0.0

Spreadsheet application

Excel

Description

Suggestion to allow setting AppVersion value to null in OfficeProperties.cs, now it fails with a NullReferenceException:

    public string AppVersion
    {
        ....
        set
        {
            string[] array = value.Split('.');
            ....
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions