Search:

Type: Posts; User: Purple01

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    4,958

    Re: Apache POI - CREATE_NULL_AS_BLANK - how?

    I there maybe a way too get like:

    Cell1 Cell2 Cell3 Cell4
    Human <empty cell> <empty cell> Mouse

    To get back:
    Human = 1 (or 0)
    Mouse = 4 (or 3)

    I have used cells.hasNext() to grab...
  2. Replies
    3
    Views
    4,958

    Re: Apache POI - CREATE_NULL_AS_BLANK - how?

    Hmm, okey maybe still I hve a question about it.
    I solved it with:



    // Make sure empty cells are not skipped.
    row.getCell(blank, Row.RETURN_NULL_AND_BLANK);
    // Return "null" when a cell...
  3. Replies
    3
    Views
    4,958

    Re: Apache POI - CREATE_NULL_AS_BLANK - how?

    I found the answer.
    Seems like I typed in something wrong, and now it works. :)
  4. Replies
    3
    Views
    4,958

    Apache POI - CREATE_NULL_AS_BLANK - how?

    When I was testing my program, I noticed a fault in it.
    When it is reading in an excel file, it doesn't take the empty cells with it.
    So all my output is moved up, while that is realy Not...
Results 1 to 4 of 4