I am reading a large table from Excel (several actually), and I'll be searching it, so I want to use a bundle for speed. But for some reason it reads all numeric values as double even if they're integers in the original Excel. If I query, I have to make my reference double then, even if they're integers. But if I use a table instead of bundle, they are definitely integers.
Am I missing something or is this just a charcteristic of bndles?