Hi, I need to create a workbook with multiple sheet [10 to 12 sheet with around 40k rows]. To improve performance i thought of using Multithreading environment.
I have 2 approach in mind : 1. I want to have N thread each writing to its own sheet. As I understand POI doesn't support multithreading . 2. Create N different workbook in parallel and then merged these into one workbook where each workbook becomes a sheet. POI don't have a good way of copy a entire sheet with style.I don't know about performance. Please share your experience. Ambikesh -- View this message in context: http://apache-poi.1045710.n5.nabble.com/POI-Create-sheet-using-Multithreading-tp4746558p4746558.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
