Currently we are copying data from Excel and reading it in Java through the clipboard. Our solution get only the String values for each cell. Can POI give us more of a leg up by providing the correct cell type (Number, Date, etc) in reading the clipboard. Again, we are taking clipboard, not reading a file.
Thanks Neil
