Search:

Type: Posts; User: loui345

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    Hey Norm,

    The problem has been fixed. I did not copy the data in the first place, which you successfully pointed out to me. Once you pointed that out to me everything was easy. Thanks for what...
  2. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    Nope, it does not do that. Can you help me with doing that. See, I do not have much experience with this.

    --- Update ---

    I have looked at both those for a solution and I was unsuccessful. I...
  3. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    There are no compiler errors. It's a logical error with my code. What I mean is by "writing to a new row when the program is complied" is that if there is existing data it will write the data...
  4. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    I am using netbeans and when I set the Boolean to true the program hangs. The program does not fully compile, and when I investigate it you can actually type in the console. Keep in mind that I am...
  5. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    it's very odd, in the Java console box I am able to type in data. I am not using any scanners, so in my opinion the program is hanging. If you have the time, can test my code. I have been working on...
  6. Replies
    14
    Views
    1,358

    Re: Trouble appending data to Excel

    Yes, I am talking about appending data to an existing file. See my wife is having a business we export a lot of stuff to Japan. I thought it would be great opportunity to create a java program, which...
  7. Replies
    14
    Views
    1,358

    Trouble appending data to Excel

    Hi,

    I am having trouble appending data to excel i am using apache as my import.


    Workbook workbook = new HSSFWorkbook();
    Sheet sheet2 = workbook.createSheet();
    // the user...
Results 1 to 7 of 7