Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fetch - Longer Rows than 1st Row are truncated #115

@ghost

Description

Hi @mganss

Sorry for bothering you again. But now I have that issue. All green marked Cells are not fetched. Sample is attached

var excelMapper = new ExcelMapper(fullFilePath) {HeaderRow = false, SkipBlankRows = false};
            var dynamicData = excelMapper.Fetch(sheetIndex: 0, (column, data) =>
            {
                return data;
            });

111986407-329ec100-8b0e-11eb-9112-aceee1d52572

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