On Thu, 25 Nov 2010, Saravanan P wrote:
I have Excel Cell Address like A1,A2. So, how to access this cell programatically using poi3.6
CellReference lets you switch between references and row/cell indicies: http://poi.apache.org/apidocs/org/apache/poi/ss/util/CellReference.html Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
