Hello all,

when importing Excel files is there a way to check whether a cell was
formatted using a style?

When looping through all cells and doing

  // opening HSSFWorkbook "wb"
  // retrieving HSSFCell "cell"
  // ...
  HSSFCellStyle cellStyle = cell.getCellStyle();
  wb.getCellStyleAt(cellStyle.getIndex());

I just always get some cell style. Currently I cannot see if this is just
the default cell style.

Is there a way to get the name of the cell style as shown in the client app?


Thanks for your help,
Axel.

Reply via email to