Hi everyone, can anybody skip me java code to merge multiple .xls files into a new created .xls file.
I am using poi, but but every time when I merge one .xls to another one, it overrides instead of adding it to the end of .xls file.
I am using:
setCellValue(newsheet.getRow(0).getCell(0).toString(),true);
there the second argument "true" means to add in the end of file as opposed as in the beginning but it doesn't work, it still overrides.. help me pleas