answersLogoWhite

0

  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

13y ago

What else can I help you with?

Related Questions

What is the process of importing external data to a spreadsheet?

To import external data into a spreadsheet, first, open the spreadsheet application and navigate to the "Data" menu. Select the option for importing data, which may allow you to choose from various sources such as CSV files, Excel files, or databases. Follow the prompts to locate the file you wish to import, configure any necessary settings (like delimiters for CSV files), and then click to finalize the import. Once completed, the external data will populate the spreadsheet, allowing for further analysis and manipulation.


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.


Benefits of saving file in csv?

Saving files in CSV format offers several benefits, including simplicity and wide compatibility with various software applications, such as spreadsheets and databases. CSV files are lightweight and easy to read, making them suitable for data interchange between different systems. Additionally, they facilitate data manipulation and analysis due to their straightforward structure, allowing for efficient processing of large datasets. Lastly, CSV files are human-readable, enabling users to quickly check or edit the data with a basic text editor.


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.


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 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


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.