Dear Mark,
Please help me to resolve the below
I have the same scenario but now I am dealing with HSSF Workbook and HSSF
Sheet.
Do we have any workaround for HSSF instead of XSSF.
<<<<
// First step is to get at the CTWorksheet bean underlying the worksheet.
ctWorksheet = sheet.getCTWorksheet();
// From the CTWorksheet, get at the sheet views.
ctSheetViews = ctWorksheet.getSheetViews();
// Grab a single sheet view from that array
ctSheetView =
ctSheetViews.getSheetViewArray(ctSheetViews.sizeOfSheetViewArray() - 1);
// Se the address of the top left hand cell.
ctSheetView.setTopLeftCell("A1");
>>>>
Please advice.
--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]