Search:

Type: Posts; User: Umasri

Search: Search took 0.08 seconds.

  1. How to Read data from Datasheet of an Excel sheet using Java?

    Hello,
    I wrote a code to read the data in an Excel sheet.Its working fine and i want to read the data of other sheet in same excel sheet.and i have to use that on in other function.How to do...
  2. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    "TestType" Value i will get From Excel sheet.It is a cell value.
    2347
    It is giving the exact value as "Shakedown"
    For name1 i gave a value "Shakedown"
    And comparing these values.
    Output:
    =====...
  3. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    For this what i have to do?This is my first program.So i am not able to find the mistake.
    Can you please tell me what are the changes i have to do in my program.
  4. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    I am having the doubt about that"can't we compare the String and Object?"
    I tried with all the conversions but still it is not working.
    In Output I am getting the value TestType = "Shakedown"
    ...
  5. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    public static Object TestType;
    public static Object name1 = "Shakedown";
    //and in display method got the values
    public static void displayDataExcelXLSX(Vector vectorData) {
    Vector TestType1 =...
  6. What is wrong in My code. Going to Else part..Can you please suggest me.

    import java.io.FileInputStream;
    import java.util.Iterator;
    import java.util.Vector;
    import java.lang.String;

    import javax.swing.JOptionPane;

    import org.apache.poi.xssf.usermodel.XSSFCell;...
Results 1 to 6 of 6