Revert "When Google Sheets exports a Google Sheets formula into an Excel file as an A1 format formula, it sometimes splits a column name and includes an embedded 'double quote, ampersand, double quote' in the middle of the column name. The location of the embedded 'double quote, ampersand, double quote' can vary from row to row. As a result when the A1 formula is converted to R1C1 format, the R1C1 formula can differ simply because the column name was split at a slightly different location. This change looks for 'double quote, ampersand, double quote' in the middle of a quote identifier and remove them. This results in matching R1C1 formulas despite the presence of the 'double quote, ampersand, double quote' characters. This fix is somewhat speculative. I am making it after seeing one instance of this problem which was reported by a single customer."

This reverts commit 5a96d83f613e5d7d645fd8452d7387552d26836c.
1 file changed