Archive for: January 2020

January 1, 2020

Copy an Excel Sheet to a Different Workbook using Apache POI

Filed under: Uncategorized - 01 Jan 2020

I recently wanted to copy an Excel worksheet using Apache POI from one workbook to another workbook. I desired to have this copy include all styles, such as bold/underline/etc, preserve all merged cells, and preserve all Sheet properties.

Various StackOverflow posts …