Find if the cell value starts with single quote mark
Contents
[
Hide
]
Aspose.Cells for Python via .NET now provides the Style.quote_prefix property to find if the cell value starts with a single quote mark. Before this property, there was no way to distinguish between strings like sample and ‘sample etc.
The following sample code explains that the strings like sample and ‘sample cannot be differentiated with Cell.string_value property. Therefore we must use Style.quote_prefix property to distinguish them.