Search:

Type: Posts; User: PineAppleKing

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    3,558

    Re: Apache POI

    Just out of curiosity I booted into windows 7 and ran the same code I posted above in eclipse and did not receive the error I had previously posted about. However, although the Excel file was...
  2. Replies
    10
    Views
    3,558

    Re: Apache POI

    Here is what I have written so far:


    import org.apache.poi.hssf.usermodel.*;
    import java.io.FileOutputStream;
    import java.io.File;
    import java.io.IOException;

    class Example {
    public...
  3. Replies
    10
    Views
    3,558

    Re: Apache POI

    I added a main method to the class file but I am still receiving the same error as before, "Launch configuration ExcelExtractor references non-existing project TestPOI."
  4. Replies
    10
    Views
    3,558

    Re: Apache POI

    This code that I've written is merely a test run through with the API and will most definitely need to be extended but so far all I've created is a new java project containing one class file. The...
  5. Replies
    10
    Views
    3,558

    Re: Apache POI

    I've now altered my code and it seems to be written with no errors however when I try to run the code I receive the error from Eclipse "Launch configuration ExcelExtractor references non-existing...
  6. Replies
    10
    Views
    3,558

    Re: Apache POI

    Sorry for not posting the entire error in the first post but here is the message in its entirety: "Syntax error on token "fileOut", VariableDeclaratorld expected after this token".
  7. Replies
    10
    Views
    3,558

    Apache POI

    First off I feel that I should state that I am very much a Java novice. For my research I am modifying a very extensive code in order to optimize aspects of the data analysis process. In order to do...
Results 1 to 7 of 7