Ishwari,
You could create an entity to be used for importing all of the data in the spreadsheet with enough attributes to accomodate all of the columns in the spreadsheet. You would need to make the attributes in this entity of type string.
Once you import the raw data, you would then need a microflow to process/parse the information in this table into the correct entities in your app.
Hope that helps,
Mike