When I read an excel cell value using SpreadsheetLight - I get the cell value without the leading apostrophe. When the cell value is 'Something I only get Something. I understand that the apostrophe has a special meaning for excel - but I really need that char! :)
How to detect when a cell has a leading apostrophe? I use the GetCellValueAsString(...) function to retrieve cell value.