SSFeatures makes it easy to import data directly into your existing sheet. It supports files like Excel, OpenDocument, CSV, and TXT.
Without any Smartsheet addons, Smartsheet doesn't let you import data into an existing sheet. If you click File --> Import, Smartsheet provides options to import data, but they create new sheets instead. Then, you have to copy and paste everything into your original sheet by hand.
This is frustrating because:
Smartsheet does offer an advanced addon called Data Shuttle, but it's expensive and has limitations. It only works if your data is stored in the cloud (like Google Drive) or as a file attached to your sheet. It does not let you import a file straight from your computer.
This missing feature has caused headaches for many users over the years:
SSFeatures provides a popup that lets you import data into your existing sheet, with support for Excel, OpenDocument, CSV, and TXT files from your computer.
You can choose how your data is imported:
How to import data:
This feature supports Contact columns. When importing data into a contact column, SSFeatures checks whether the value is an email address:
If it is, SSFeatures will attempt to match it to an existing contact using that email address and insert the contact into the cell.
If no match is found, SSFeatures will create a new contact using the email address. However, no name will be set for the contact—only the email.
TIP: For best results, use Smartsheet's Contact Importer beforehand to upload your full contact list with names and emails. This allows SSFeatures to match the imported data to named contacts, rather than creating unnamed ones on the fly.
When importing data into a Date column, SSFeatures passes the values directly to Smartsheet as-is.
However, if you're using filters based on date values, SSFeatures needs to parse
the date to apply the filter correctly. It uses JavaScript's built-in
Date.parse()
method.
This parser tries to interpret many date formats, but may fail if the format is ambiguous.
For best results, use the standardized ISO 8601 format
YYYY-MM-DDTHH:mm:ss.sssZ
Can you tell me more about the security and privacy of this feature?