How to copy a Excel Sheet into another Workbook using Apache POI for Java?
问题 I am trying to copy a Excel sheet into another Excel Workbook. All the possibilities I found browsing the web won't work with formulars. The best code I found: http://www.coderanch.com/t/420958/open-source/Copying-sheet-excel-file-excel Do you have any ideas how I can get this to work? Thanks, Lomin Edit: Added the Code: import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeSet; import org.apache.poi.hssf.usermodel.HSSFCell; import org.apache.poi.hssf