Data settings allow you to configure data processing during import.
Too long valuesThe default value is 32767 - it is the maximum number of characters in a cell that Devart Excel Add-ins can import. You can set this parameter to a lower value, but not higher.
Processing options You can choose an action to be performed in case when the length (number of characters) of an item in the table is greater than the specified maximum number of characters:
Show warning about such long strings when importing If selected, a warning will be displayed during the import operations if too long values are imported.
Binary valuesBinary data cannot be displayed in Excel and may be too big. So you can set the behavior for cases, when the imported table contains binary data:
Show binary columns Select this check box if you want to import cells containing binary data with one of the following options:
|
Escape text values that start with '=' so Excel does not treat them as formulas Select to escape imported strings that start with '=' so that Excel treats them as string values instead of formulas.
Escape text values that contain special chars so Excel does not treat them as datetime Select to escape imported strings that can be treated as datetime values by Excel, so that Excel treats them as string values instead of datetime.
Escape text values that end with '%' so Excel does not treat them as percentage Select to escape imported strings that end with the percent sign (%) so that Excel treats them as string values instead of percentage.
Escape negative time values so Excel does not treat them as formulas Select to escape imported negative time values so that Excel treats them as string values instead of formulas.
Escape large integer values so Excel does not round them Select to escape imported integer values that exceed 15 digits so that Excel doesn't round them.
Escape text values that start with '$' so Excel does not convert them Select to escape imported text values that start with the '$' character so that Excel doesn't convert them.
|