java - Not able to distinguish between hidden cells and others. Using POI 3.8 and xls/xlsx format -


not able distinguish between hidden cells , others. using poi 3.8 , xls/xlsx format. baserow.getzeroheight(), basecell.getcellstyle().gethidden(), basesheetx.getcolumnstyle(14).gethidden() return false though entire column hidden. please guide.

if entire column hidden, excel mark column hidden on sheet. won't go through particular column index in rows , change cell styling make cells hidden, , won't go through column cell style either.

try method sheet#iscolumnhidden(int).

get hidden state given column


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -