Search:

Type: Posts; User: glprobot

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,025

    Re: Writing in the column excel

    yes the column is completely filled in, how can I solve the problem?
  2. Replies
    5
    Views
    1,025

    Re: Writing in the column excel

    In practice, I like to write this code in column F.
    But when he writes in column F, he deletes the data from the other columns, how come?

    column

    A B C D E F
    0
    1...
  3. Replies
    5
    Views
    1,025

    Writing in the column excel

    public void scriviNewId() throws IOException {
    String FILE_NAME = "C:\\Users\\java\\Desktop\\x.xlsx";
    InputStream inp = new FileInputStream(FILE_NAME);
    Workbook wb =...
Results 1 to 3 of 3