You're going to have to write a script task to do that, and handle the import manually. I have an article here that loads excel and csv files into
DataTable
objects, which can then be used to import into into a database.
Here's the original article, which is a tool for adding SQL Agent functionality to SQL Express.
SQLXAgent - Jobs for SQL Express - Part 1 of 6[
^]
And here's another article that breaks out the excel/csv importing part for easier inclusing in your own projects (I used this code in several SSIS projects):
CSV/Excel File Parser - A Revisit[
^]