To find out how to get at the sheet view, I dug around in the source for the XSSFSheet class. That class already included code to get at the array of sheet views from the worksheet and it simply assumed that the first element in the array should be used. The only check on size was simply to make sure that at least one sheet view had been recovered ; if not then a new one was created using the appropriate factory. On the one hand, this would make adding support for the topLeftCell(String) method we talked about a very simple task - all the support is there in the XSSFSheet class - but it does duck the question of how to deal with the case of multiple sheet views - assuming that can exist.
If I have the time this weekend, I will dig into the spec for the appropriate file format and see if it comtains a definitive answer. Will post if I find anything out. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/showInPane-does-not-work-tp5720321p5720531.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
