Search:

Type: Posts; User: glprobot

Page 1 of 2 1 2

Search: Search took 0.21 seconds.

  1. Replies
    0
    Views
    653

    Java 7 or java 8 problem syntax

    Hi everyone,

    Since java always come out the new versions. For the moment I'm using java 7, but when I start using java 8 I feel confused that everything has changed, how can I solve this problem?
  2. Replies
    11
    Views
    4,768

    Re: Negative condition does not work

    Thanks, I solved.
  3. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    Thanks, I solved.
  4. Replies
    0
    Views
    1,253

    cell formula not get value

    risolto:



    public void fillVeicoloDataFineValidita() {
    for (int rowIndex = 1; rowIndex < dataTypeSheet.getPhysicalNumberOfRows(); rowIndex++) {
    currentRow =...
  5. Thread: Index error

    by glprobot
    Replies
    3
    Views
    1,111

    Re: Index error

    Grazie
  6. Thread: Index error

    by glprobot
    Replies
    3
    Views
    1,111

    Index error

    public static void main(String[] args) throws IOException {

    ArrayList<String> listCliente = new ArrayList<>();
    ArrayList<String> listCliente1 = new ArrayList<>();

    BufferedReader reader =...
  7. Replies
    5
    Views
    957

    Re: Writing in the column excel

    yes the column is completely filled in, how can I solve the problem?
  8. Replies
    5
    Views
    957

    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...
  9. Replies
    5
    Views
    957

    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 =...
  10. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    clienteIndex --> return 999
    veicoloIndex--> 12
  11. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    1-What statement gives that exception?
    System.out.println("Indice Cliente: " + cliente.getVeicoloId().size()); --> Indice Cliente: 12
    System.out.println("Indice Veicolo:" +...
  12. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    I checked the indexes and return both 12 values. But I still don't understand why size () behaves this way.

    I removed the size () and I put 12 in this way it works. But with the size () even if it...
  13. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    As I understand the error gives me when I change the license plates in the Excel file.
    When the plates have changed and they go into the else, they have to insert and here they go wrong because the...
  14. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    ok, but in my case since I have problems with indexes, how can I do to solve, given that they have different sizes?
  15. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    if I understand correctly, since they are two lists. Just 1 index is enough
  16. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    as i could understand i have to use only 1 index, which makes me equality. In this way I don't want to go wrong, I have to try.

    Quite right?
  17. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    yes, as you can see in the code they use the index, I don't know how I can solve, they are days that pass
    (cliente.getTarga().get(clienteIndex)


    When I compare in the first sheet it appears that...
  18. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    cliente.getTarga()
  19. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    for (clienteIndex = 0; clienteIndex < cliente.getVeicoloId().size(); clienteIndex++) {
    boolean match = false;
    for (veicoloIndex = 0; veicoloIndex < veicolo.getVeicoloId().size();...
  20. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFSheet.html
  21. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    XSSFSheet dataTypeSheet

    The indices are driving me crazy
  22. Replies
    28
    Views
    3,435

    Re: cell size excel and java

    I used this bee, because I don't know how to do it. Are there other alternatives?
  23. Replies
    28
    Views
    3,435

    cell size excel and java

    Since the size () method exists with Arrraylist, to know the size of the elements.

    Instead using apache then how can I know the cell size in excel, to know how many records there are?


    ...
  24. Replies
    11
    Views
    4,768

    Re: Negative condition does not work

    public void confrontaLaTernaDispositivoVeicolo() throws IOException {

    String pathQueryDispositivoVeicolo = "C:\\Users\\java\\Desktop\\queryDispositivoVeicolo.txt";
    File...
  25. Replies
    11
    Views
    4,768

    Re: Negative condition does not work

    public void confrontaLaTernaDispositivoVeicolo() throws IOException {

    String pathQueryDispositivoVeicolo = "C:\\Users\\java\\Desktop\\queryDispositivoVeicolo.txt";
    File...
Results 1 to 25 of 46
Page 1 of 2 1 2