Search:

Type: Posts; User: khrypt

Search: Search took 0.06 seconds.

  1. Re: store certain column in ArrayList from excel file

    :). Ah, as I initially thought, the index was your problem...
    row.getCell(0) - first column
    row.getCell(1) - second column.
    anyway, cheers.
  2. Re: store certain column in ArrayList from excel file

    Sorry vector_ever, it seems I don't understand your question/need.
    You already read the file.
    You can retrieve data from rows, from columns...
    Please explain this:

    What is the problem? the:...
  3. Re: store certain column in ArrayList from excel file

    Hello vector_ever,
    I'm also a kind of junior, but I'll try to help. (I cant try your code since I'm running in a JDK14 enviroment right now .. sory for that)
    1. You have done:


    ArrayList col=...
Results 1 to 3 of 3