About 839,000 results
Open links in new tab
  1. Difference between Excel .csv and plain .csv? - Stack Overflow

    Aug 13, 2014 · There are two things going on. The abbreviation (and suffix) "CSV" can mean character-separated values or it can mean comma-separated values. "Microsoft Office Excel …

  2. csv - Stop Excel from automatically converting certain text values …

    Oct 3, 2008 · I'm trying to write a .csv file from my application and one of the values happens to look enough like a date that Excel is automatically converting it from text to a date.

  3. CSV decimal dot in Excel - Stack Overflow

    Jul 11, 2012 · here is the answer I used: go to Data tab on excel sheet. click on from Text button. then select text or csv file. then the import wizard will come out. select comma separated or …

  4. excel - Adding a newline character within a cell (CSV) - Stack …

    Jun 3, 2014 · This question was answered well at Can you encode CR/LF in into CSV files?. Consider also reverse engineering multiple lines in Excel. To embed a newline in an Excel cell, …

  5. What charset does Microsoft Excel use when saving files?

    I have a Java app which reads CSV files which have been created in Excel (e.g. 2007). Does anyone know what charset MS Excel uses to save these files in? I would have guessed either: …

  6. python - Making a CSV via Excel gives me '' in front of the first ...

    Apr 13, 2020 · The BOM appears as part of the first row (not before it) because it doesn't contain a newline and the CSV reader sees it as characters belonging to the first entry. Here the first …

  7. Is it possible to force Excel recognize UTF-8 CSV files automatically?

    May 14, 2011 · But opening such CSV files (containing e.g. diacritics, cyrillic letters, Greek letters) in Excel does not achieve the expected results showing something like Г„/Г¤, Г–/Г¶. And I …

  8. csv - Stop Excel from converting a string to a number - Stack …

    I have a column in my CSV file that contains a string of numbers separated by commas. Excel keeps converting them to numbers even though I want to treat it as text. Example: 470,1680 …

  9. Load csv file into a VBA array rather than Excel Sheet

    Sep 4, 2012 · If your file has commas embedded in the string values, this code won't work: and don't try to code up a parser that picks out the encapsulated text and skips these embedded …

  10. Vba Import CSV files to Excel - Stack Overflow

    Jun 13, 2016 · 1 I'm trying to import Csv file to excel using VBA code, I want it to work with all Csv files but it didn't. Here is my code: