Hi.
I'm wondering if there is a way to define the settings for each column to be imported when importing from Excel using TransferSpreadsheet.
As an example, I am trying to import a four-column spreadsheet from excel in which the first column contains mostly numeric but a few text entries. I want this to import as text, but it seems to default to long integer. Is there a way to force it to import a particular column as text using code?
Thanks.
I'm wondering if there is a way to define the settings for each column to be imported when importing from Excel using TransferSpreadsheet.
As an example, I am trying to import a four-column spreadsheet from excel in which the first column contains mostly numeric but a few text entries. I want this to import as text, but it seems to default to long integer. Is there a way to force it to import a particular column as text using code?
Thanks.