Forked from roalcantara/google_spreadsheet_double_quotes_formula.txt
Last active
June 20, 2019 07:10
-
-
Save jruzafa/5715394bba8df4500dedc361ff3a30c3 to your computer and use it in GitHub Desktop.
Google Spreadsheet Double Quotes Formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Export spreadsheet as csv. | |
=ArrayFormula(""""&Sheet1!A:B&"""") | |
Open with sublime; | |
1.Replace """" with "" | |
2.Replace """ with " | |
source: http://stackoverflow.com/questions/3315636/how-to-enclose-every-cell-with-double-quotes-in-google-docs-spreadsheet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment