Search:

Type: Posts; User: vector_ever

Search: Search took 0.08 seconds.

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

    thanks you again
  2. Re: store certain column in ArrayList from excel file

    the problem was that i want to add just the elements of the second column to the arraylist

    any way i have found the solution


    //store the values of the third Column
    Cell cell =...
  3. Re: store certain column in ArrayList from excel file

    Hello khrypt,

    thank you very much
    Object item = col.get(i); was right decision, so it works.

    now stay the another part of the problem, how to store the every element just from the certain...
  4. store certain column in ArrayList from excel file

    Hello every body

    I tried to write java code to read excel file, and so far was ok

    Now i have two problems:

    1-i want to store the data elements of the second column in the excel file in...
Results 1 to 4 of 4