related to java apache poi XSSF file reading
i am confused in getting starting and ending indexes of a XSSF excel sheet kindly help me out as early as possible.
i am confused in getting starting and ending indexes of a XSSF excel sheet kindly help me out as early as possible.
List<CellRangeAddress> mergedRegions = worksheet.getMergedRegions()
on that mergedCells you no can find all MergedCells and call the appropriate method to get the start and end of row and column.
There also is a helper class but I currently do not know the name and do not have access so I could have lookup in the code I have used that.