Skip to content

Instantly share code, notes, and snippets.

@warpech
Last active December 19, 2015 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warpech/5973876 to your computer and use it in GitHub Desktop.
Save warpech/5973876 to your computer and use it in GitHub Desktop.
Excel copy paste tests
//1. Plain simple text (total 2 rows, 2 columns)
A0 B0
A1 B1
//2. Fully quoted text in first cell (total 2 rows, 2 columns)
"This is a fully quoted text in the A0 column" B0
A1 B1
//3. Partially quoted text in first cell (total 2 rows, 2 columns)
This is a "partially" quoted text in the A0 column B0
A1 B1
//4. Multiline text in first cell (total 2 rows, 2 columns)
"This
is
a
multiline
text
in
first
cell" B0
A1 B1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment