Search:

Type: Posts; User: madelarbo

Search: Search took 0.09 seconds.

  1. Re: How to convert from type double to type int?

    you can parse.. or change data type into INT.. or cast
  2. Replies
    3
    Views
    5,059

    Re: org.apache.poi.xssf.usermodel.XSSFCell;

    try using HIBERNATE ANNOTATION.. it is simple. and oraganize =)
  3. Replies
    3
    Views
    5,059

    Re: org.apache.poi.xssf.usermodel.XSSFCell;

    i have a sample cpde for this =) i can read EXCEL FILE.. and it is simple like the other one...and it is shorter and i read mutiple file in one run =)
  4. Thread: please help

    by madelarbo
    Replies
    3
    Views
    968

    Re: please help

    i think that is correct output..

    if you can see you put this "%5.2f" which is equivalent into FLOAT..that has 2decimal places
    in C/C++
    if you write that
    it means you have a value to transfer ...
  5. Replies
    3
    Views
    1,375

    Re: Writing to files

    what do you mean into files?? hmmm :-$
  6. Replies
    8
    Views
    4,759

    Re: Taking Input in String Array

    char[] MadelArray = { 'm', 'a', 'd', 'e', 'l', '.'};
    String MadelString = new String(MadelArray );
    System.out.println(MadelString);
Results 1 to 6 of 6