java - Open excelfile with an preselected cell -


i have application read excelfile(.xls), make calculations , present result. @ result button implemented opens original excelfile.

is possible provide specific cell arguement show cell directly, user not have select cell himself?

the selected cell stored within excel file. have study api of excel writing library find out, how set this.

e.g. poi http://poi.apache.org/apidocs/org/apache/poi/xssf/usermodel/xssfsheet.html#setactivecell(java.lang.string)


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -