Find if the cell value starts with a single quote mark

Contents
[ ]

The following sample code explains that strings like sample and 'sample' cannot be differentiated using the Cell.getStringValue() method. Therefore, we must use the Style.setQuotePrefix(boolean) method to distinguish them.