hi, i want generate an XLS file with 70 rows and, using the showInPane function, i want pre-scroll the page at the line 50 (for example).
besides, i want that rows 1,2,3,4 don't scroll (these rows are my headers). so, when i open the generated xls file, i want see rows: 1, 2, 3, 4, 50, 51, 52, .... if you can try my java code, you'll see that the result isn't so. The showInPage scrolls the header rows.... thnaks -- View this message in context: http://apache-poi.1045710.n5.nabble.com/ShowInPane-with-rows-locked-tp3423129p3423689.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]
