I am novice to SSIS so please pardon my ignorance. I have a script task that generates spreadsheet which I would like to import into an SQL table. I was wondering if there's an out-of-box Task that I could use to import data from spreadsheet to SQL table. I cannot use Data Flow Task and Excel Source because the spreadsheet file is generated on-the-fly.
Does someone have any thoughts on a good way to implement what I am trying to achieve?