Trying to create dynamic Excel WorkSheets based on data tables using SSIS.
Each Excel worksheet would represent a State and State work sheet would have different rows and columns.
For instance: AL - Alabama WorkSheet
A/C No Col1 Col2 Col3 ..... Col 39 (there are 39 columns)
1000 123 ABC 39j........49sd
2000 123 ABC 39j........49sd
FL - Florida WorkSheet
A/C No Col1 Col2 Col3 ..... Col 39
1000 123 ABC 39j........49sd
2000 123 ABC 39j........49sd
540K rows are involved so each worksheet would have around 54K records.
Let me know what's the best approach