Coder Social home page Coder Social logo

Not gettting all columns about excelmapper HOT 2 CLOSED

mganss avatar mganss commented on May 11, 2024 1
Not gettting all columns

from excelmapper.

Comments (2)

alexkbecker avatar alexkbecker commented on May 11, 2024 1

It worked!!!!
Thanks man!!!

from excelmapper.

mganss avatar mganss commented on May 11, 2024

If you're not mapping via the header row then you need to set HeaderRow = false (even though the sheet may contain a header row which you're not using for mapping columns to properties). In your example the data rows start at index 4 (numbering starts at 0 not 1!) so this seems to work:

var planilhaRessarcimento = new ExcelMapper(@"Dados\FICHAS_CAT_42.xlsx") 
{ 
    SkipBlankRows = true, 
    TrackObjects = false, 
    MinRowNumber = 4, 
    HeaderRow = false 
};

SkipBlankRows = true isn't even necessary for the specific example, nor is TrackObjects = false.

from excelmapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.