If you try to use Excel configuration task to insert java Long numbers, they are all truncated to Integer.MAX_VALUE. Try with something like 14000000003 and see.
The attached patch solves this problem, changing the value reader from int to long. This won't affect existing integer values.
I already committed the patch, you can close the issue if you accept the fix.