0
I am not familiar with OpenXML PowerTool. We use EPPlus here and it has the ability to export an entire sheet from a DataSet, instead of manually looping every result and setting the cell. Perhaps your tool provides this too?
0
check your thread time for this.
I think some thread takes more time to execute.
0
Hi Pritaeas,
I am getting data using parallel thread, but filling sheet by sheet only. It takes long time to fill the sheet no format applied,
Sample code : WorksheetAccessor.SetCellValue(doc, sheet, rowID, columnID, " Cell Value");
0
Perhaps there is a way to export the sheets in parallel. Do you know where the bottle neck is? Is it the filling of the sheet, or perhaps additional processing or markup?