Hello All, I need to create excel file with many sheet. One of my java class, will call bunch of classes, each returning a sheet, and then calling calls will create workbook and able to add all the sheets to it. Is this possible using POI? I didn't see any API for doing this. Sheet constructors are protected, and I didn't find any way to add sheet to workbook passing a sheet.
Thanks SL
