I'm loading an excel file into a dataset using DataStage 11.7.1.1. The excel file has some columns which contain formulas: column L=D4+E4+F4. All the cells that contain formulas are imported as NULL in the dataset. The import option is set as value. Whatever I choose (formula, etc), the result is still NULL.
Am I missing something? Is this some kind of bug?
Thank you!
If I remove the formulas from the file and use values in the cells, the import is successful.