answersLogoWhite

0


Best Answer
  1. Open Calc 8the Spreadsheet program)
  2. Select File > Open [Ctrl + o]
  3. Find your .csv file
  4. On the Text Import box choose Comma in the Separator options

    (you will see a preview of the results)

  5. Click OK
  6. Save

If you want to put those cells into an existing spreadsheet do as above to make a new file and then copy those cells to the existing sheet.

I just tried another way,

  1. in a text editor copy the comma separated values to the clipboard (Ctrl+c)
  2. then in Calc, paste the values in (Ctrl+v) (you will get the same Text Import settings box)
User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put csv files into an open office spreadsheet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you can covert a cvs file to xls file?

You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.You can open a CSV file directly with Excel. When you go to open it, look under All Files, so that you can see the file with a csv extension, and not just xls files. When you open it, it will read it into the worksheet, using the commas to mark where each new cell begins and each new line will be put into a new row.


Merge two Excel files in DOS?

yes convert to csv then at command promt type copy *.csv all.txt rename all.txt all.csv open all.csv with xls and there you go


Which report output format should you choose When creating a spreadsheet of data?

CSV should be used when creating a spreadsheet of data.


What is the meaning of csv in Excel?

CSV is Comma Separated Variable. It is a format used for files to enable them to be read by other applications. For Excel, what it will do is to save the spreadsheet as a text document with the values in each individual cell on a row separated by commas. This can then be read by things like a database which will put each value into a different field. Excel can also read CSV files and it will put values into different cells based on where it finds the commas. Say you had a CSV file that had the following content: January, February, March 10, 30, 50 When Excel opens it, it would put the January into A1, February into B1, March into C1, 10 in A2, 30 into B2 and the 50 into C2. Had that been the layout of values in cells in a spreadsheet and it was saved in CSV format, then it would be stored in a text file in the format above.


CSV files contain fields that are separated by?

CSV stands for Comma-Separated Values. That might provide a hint. In practice, they may not have to be commas. Some programs allow the use of other symbols as field separators. But commas are kind of the canonical separator for a CSV.


How do you read data from Excel files using php class spreadsheet Excel reader?

Depending on your skill depends on whether you can do this kind of scripting. However reading a CSV file (low form of excel) is pretty simple. Simply know that a , separates the values and those with a " " are strings and those without are numbers and that a down space is between rows reading a CSV would be an easier task.


How do you convert an Excel database to a Mysql database?

1. For every sheet you have in Excel, create a matching table in MySQL database 2. Export excel data to a CSV file 3. Load the CSV files into MySQL database using one of the following: 3.1 mysqlimport - Loads tables from text files in various formats 3.2 LOAD DATA INFILE command 3.3 Create the tables with CSV storage engine, replace the CSV file in the database directory


What is the benefit of saving to a CSV file?

A CSV (comma separated values) file is plain text file. But, the comma, doesn't need to be a comma, it can be any character you want. Usually, this character is Tabs, Semi-colons (;), Pipes (|) or Carets (^). The benefit is that a CSV is commonly used to import data to another application. It is PLAIN TEXT and is readable by almost any program designed to accept import data. It is NOT dependent on certain application like Excel to be read.


What does csv mean?

Comma Separated Values It is a basic excel file which has no formatting at all and where columns are separated by commas, rows are seprated by new lines. You can open such files with any text editor


How do you open csv file as a jpg file?

You can't open a csv file as a jpg file. A csv is a text format for letters and words and a jpg is a graphic format used for photographs, so they are not compatible. They are used for completely different things. You can convert some other graphic formats to jpg but you cannot convert text formats to jpg.


Is Excel and AN XML?

It is not XML, Excel is a spreadsheet software. But you could save your worksheet as XML format as well as other formats like XLS, CSV, and many more.


What utility you can use to import data from comma-Separated Values files?

You can use utilities like Microsoft Excel, Google Sheets, or programming languages such as Python with libraries like Pandas to import data from comma-separated values (CSV) files. These tools provide options to read and manipulate CSV files efficiently.