XSSFSheet has a copyRows method which allows for copying the contents of one XSSFSheet to another one. I do not see an equivalent method for an HSSFSheet. I see from this post <https://lists.apache.org/list?user@poi.apache.org:dfr=2020-1-1|dto=2025-5-12:HSSFSheet%20copy> a solution which allows copying for HSSFSheet and XSSFSheet. I just want to make sure if that is a recommended way for HSSF and if not has there been any change to POI that provides methods for this?
- How to copy an HSSFSheet into another HSSFSheet which belongs t... Dan S