Excel file Reading

  • Hi guys.,

    I am facing some problem from Excel source file reading because i need to read sheet1$ from column B16 to column R16 data with end of excel document using below query

    Query : SELECT * FROM [sheet1$b16:R16]

    but it's displaying only one row please give me some suggestion.,one more suggestion also : i don't wanted to upload Last 3 row record of the excel document please suggest me to avoid those row query

    thanks for u r great help

  • Is this what you meant?

    SELECT B,

    C,

    D,

    E,

    F,

    G,

    H,

    I,

    J,

    K,

    L,

    M,

    N,

    O,

    P,

    Q,

    R

    FROM [sheet1$]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply