Skip to content

combo properties leads to empty excel #299

@MannusEtten

Description

@MannusEtten
    var excel = new ExcelMapper()
    {
        HeaderRow = false,
        MinRowNumber = 3
    };

    try
    {
        excel.Save(_fileName, serviceItems);
    }

the list of service items is filled with 50 items, without the properties of HeaderRow and MinRowNumber there is a sheet coming with headers and 50 rows

in this case I get empty sheets
I do have a prepared Excel-sheet with column names and conditional formatting, I would like to add my records to it so that is why I use the minRowNumber so it will skip the first 2 rows with my column information.

But it produces now empty sheets....

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