![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#12
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#13
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#14
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#15
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#16
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
#17
| |||
| |||
|
|
Are you using DTS or SSIS? If SSIS, Try an OLE Db connection for Jet 4.0. In the Connection String Extended Properties, add the following: Excel 8.0;IMEX=1;HDR=Yes The IMEX=1 delays type validation. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Darren" wrote: We have an Excel workbook where certain cells are formatted not to show the decimal places (formatted as number with zero decimal places). As a result of the formatting, the data imported is also without decimal places and this gives issues with the final results of my SQL queries due to value rounding at the source. Is it possible to import the true figures contained within the workbook without the need to re-format the cells to show the decimals prior to import? |
![]() |
| Thread Tools | |
| Display Modes | |
| |