mbleron / ExcelTable

ExcelTable is an Oracle SQL interface to read Microsoft Excel files (.xlsx, .xlsm, .xlsb, .xls, .xml), ODF spreadsheet files (.ods) and flat files as external tables
MIT License
45 stars 12 forks source link

Support for quote-prefixed cell #47

Open mbleron opened 1 year ago

mbleron commented 1 year ago

Strings beginning with a single apostrophe ' are stored with a cell style having a quotePrefix attribute set to true. The leading apostrophe itself is not stored, only the rest of the string. ExcelTable does not handle this correctly.