Save or Export Excel as csv with commas in cell values -


my excel has block comma , eg. abcd,xyz.

when convert excel csv, text gets converted 2 columns.

can advise how can prevent this?

excel default use comma delimiter, can change that:

  1. go control panel > "region , language" (or "region" in windows 10), , click "additional settings" button on bottom.
  2. now closely @ list separator item, has comma in field, , purposes of illustration, change pipe | character.
  3. once hit apply, , save excel file csv file, you’ll notice file has pipe | characters delimiter.

ps: you'll want change list separator comma in case other application needs it.

enter image description here


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -