Find if the cell value starts with single quote mark

Contents
[ ]

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