[ Avaa Bypassed ]




Upload:

Command:

www-data@3.128.205.62: ~ $
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> Importing and Exporting CSV Files </title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="fuzzysort.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="en-US/langnames.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body itemscope="true" itemtype="http://schema.org/TechArticle">
<div class="header-extrawurst">
<header><div class="logo-container"><a class="logo" href="en-US/text/shared/05/new_help.html"><div class="symbol"></div>
<p>LibreOffice 6.4 Help</p></a></div></header><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" onclick="setupModules('', 'en-US');">Module</button><nav id="modules-nav"></nav>
</div>
</div>
<aside class="rightside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1">Contents</label><div id="Contents" class="contents-treeview"></div></aside><aside class="leftside"><div id="Index">
<div class="index-label">Index  🔎︎ </div>
<div id="Bookmarks">
<input id="search-bar" type="text" class="search" placeholder="Search in chosen module"><nav class="index"></nav>
</div>
</div></aside><div id="DisplayArea" itemprop="articleBody">
<a name="bm_id892361"></a><meta itemprop="keywords" content="number series import">
<meta itemprop="keywords" content="data series import">
<meta itemprop="keywords" content="exporting, tables as text">
<meta itemprop="keywords" content="importing, tables as text">
<meta itemprop="keywords" content="delimited values and files">
<meta itemprop="keywords" content="comma separated files and values">
<meta itemprop="keywords" content="text file import and export">
<meta itemprop="keywords" content="csv files,importing and exporting">
<meta itemprop="keywords" content="tables, importing/exporting as text">
<meta itemprop="keywords" content="text documents, importing to spreadsheets">
<meta itemprop="keywords" content="opening,text csv files">
<meta itemprop="keywords" content="saving,as text csv">

<h1 itemprop="articleSection" id="par_idN10862">
<a name="csv_files"></a>Opening and Saving Text CSV Files
</h1>
<p id="par_idN10880" class="paragraph">Comma Separated Values (CSV) is a text file format that you can use to exchange data from a database or a spreadsheet between applications. Each line in a Text CSV file represents a record in the database, or a row in a spreadsheet. Each field in a database record or cell in a spreadsheet row is usually separated by a comma. However, you can use other characters to delimit a field, such as a tabulator character.</p>
<p id="par_idN10886" class="paragraph">If the field or cell contains a comma, the field or cell <span class="emph">must</span> be enclosed by single quotes (') or double quotes (").</p>
<h2 itemprop="articleSection" id="par_idN10890">To Open a Text CSV File in Calc</h2>
<ol>
<li>
<p id="par_idN10897" class="listitem">Choose <span class="menuitem">File - Open</span>.</p>
</li>
<li>
<p id="par_idN1089F" class="listitem">Locate the CSV file that you want to open.</p>
<p id="par_idN108A2" class="listitem">If the file has a *.csv extension, select the file.</p>
<p id="par_idN108A5" class="listitem">If the CSV file has another extension, select the file, and then select "Text CSV" in the <span class="menuitem">File type</span> box</p>
</li>
<li>
<p id="par_idN1082D" class="listitem">Click <span class="menuitem">Open</span>.</p>
<p id="par_idN10834" class="listitem">The <span class="menuitem">Text Import</span> dialog opens.</p>
</li>
<li>
<p id="par_idN108B1" class="listitem">Specify the options to divide the text in the file into columns.</p>
<p id="par_idN108BB" class="listitem">You can preview the layout of the imported data at the bottom of the <span class="menuitem">Text Import</span> dialog. </p>
<p id="par_id8444166" class="listitem">Right-click a column in the preview to set the format or to hide the column.</p>
<div class="tip">
<div class="noteicon"><img src="media/icon-themes/res/helpimg/tip.svg" alt="Tip Icon 
" title="Tip Icon 
" style="width:40px;height:40px;"></div>
<div class="notetext"><p>Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box.</p></div>
</div>
<br>
</li>
<li>
<p id="par_idN108C5" class="listitem">Click <span class="menuitem">OK</span>.</p>
</li>
</ol>
<h2 itemprop="articleSection" id="par_idN108FA">To Save a Sheet as a Text CSV File</h2>
<div class="note">
<div class="noteicon"><img src="media/icon-themes/res/helpimg/note.svg" alt="Note Icon 
" title="Note Icon 
" style="width:40px;height:40px;"></div>
<div class="notetext"><p>When you export a spreadsheet to CSV format, only the data on the current sheet is saved. All other information, including formulas and formatting, is lost.</p></div>
</div>
<br>
<ol>
<li>
<p id="par_idN10901" class="listitem">Open the Calc sheet that you want to save as a Text CSV file.</p>
<div class="note">
<div class="noteicon"><img src="media/icon-themes/res/helpimg/note.svg" alt="Note Icon 
" title="Note Icon 
" style="width:40px;height:40px;"></div>
<div class="notetext"><p>Only the current sheet can be exported.</p></div>
</div>
<br>
</li>
<li>
<p id="par_idN10905" class="listitem">Choose <span class="menuitem">File - Save as</span>.</p>
</li>
<li>
<p id="par_idN10915" class="listitem">In the <span class="menuitem">File name</span> box, enter a name for the file.</p>
</li>
<li>
<p id="par_idN1090D" class="listitem">In the <span class="menuitem">File type</span> box, select "Text CSV".</p>
</li>
<li>
<p id="par_idN107DD" class="listitem">(Optional) Set the field options for the Text CSV file.</p>
<p id="par_idN1091C" class="listitem">Select <span class="menuitem">Edit filter settings</span>.</p>
<p id="par_idN107ED" class="listitem">In the <span class="menuitem">Export of text files</span> dialog, select the options that you want.</p>
<p id="par_idN107F4" class="listitem">Click <span class="menuitem">OK</span>.</p>
</li>
<li>
<p id="par_idN107FC" class="listitem">Click <span class="menuitem">Save</span>.</p>
</li>
</ol>
<a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
<div class="embedded"><p class="embedded"><a name="csv_formula"></a><a target="_top" href="en-US/text/scalc/guide/csv_formula.html">Importing and Exporting CSV Text Files with Formulas</a>
</p></div>
<div class="embedded"><p class="embedded"><a name="data_im_export"></a><a target="_top" href="en-US/text/shared/guide/data_im_export.html">Importing and Exporting Data in Base</a>
</p></div>
<p id="par_id3153487" class="paragraph"><span id="swlnsysidm82" class="switchinline"><span hidden="true" id="MACidm83" class="MAC">LibreOffice - Preferences</span><span hidden="true" id="defaultidm84">Tools - Options</span></span> - <a target="_top" href="en-US/text/shared/optionen/01060100.html">LibreOffice Calc - View</a></p>
<p id="par_id3153008" class="paragraph"><a target="_top" href="en-US/text/shared/00/00000207.html">Export text files</a></p>
<p id="par_id3155595" class="paragraph"><a target="_top" href="en-US/text/shared/00/00000208.html">Import text files</a></p>
</div>
</div>
</div>
<div class="search-frame"></div>
<div class="donation-frame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p>This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/scalc/guide/csv_files.xhp" target="_blank">/text/scalc/guide/csv_files.xhp</a></p>
<p>Title is:  Importing and Exporting CSV Files </p>
<p id="bm_module"></p>
<p id="bm_system"></p>
<p id="bm_HID"></p>
</div></footer>
</body>
</html>

Filemanager

Name Type Size Permission Actions
address_auto.html File 6.34 KB 0644
auto_off.html File 6.82 KB 0644
autofilter.html File 6.93 KB 0644
autoformat.html File 5.89 KB 0644
background.html File 5.48 KB 0644
borders.html File 13.91 KB 0644
calc_date.html File 5.68 KB 0644
calc_series.html File 7.9 KB 0644
calc_timevalues.html File 3.88 KB 0644
calculate.html File 4.83 KB 0644
cell_enter.html File 5.78 KB 0644
cell_protect.html File 8.4 KB 0644
cell_unprotect.html File 4.05 KB 0644
cellcopy.html File 6 KB 0644
cellreference_dragdrop.html File 5.55 KB 0644
cellreferences.html File 7.89 KB 0644
cellreferences_url.html File 5.8 KB 0644
cellstyle_by_formula.html File 5.69 KB 0644
cellstyle_conditional.html File 11.13 KB 0644
cellstyle_minusvalue.html File 4.84 KB 0644
consolidate.html File 7.86 KB 0644
csv_files.html File 8.52 KB 0644
csv_formula.html File 7.83 KB 0644
currency_format.html File 6.4 KB 0644
database_define.html File 5.14 KB 0644
database_filter.html File 6.94 KB 0644
database_sort.html File 4.46 KB 0644
datapilot.html File 4.93 KB 0644
datapilot_createtable.html File 7.93 KB 0644
datapilot_deletetable.html File 5 KB 0644
datapilot_edittable.html File 6.43 KB 0644
datapilot_filtertable.html File 7.52 KB 0644
datapilot_grouping.html File 5.42 KB 0644
datapilot_tipps.html File 5.58 KB 0644
datapilot_updatetable.html File 4.96 KB 0644
dbase_files.html File 7.72 KB 0644
design.html File 6 KB 0644
edit_multitables.html File 4.92 KB 0644
filters.html File 5.96 KB 0644
finding.html File 7.59 KB 0644
format_table.html File 6.51 KB 0644
format_value.html File 6.08 KB 0644
format_value_userdef.html File 7.56 KB 0644
formula_copy.html File 5.33 KB 0644
formula_enter.html File 6.79 KB 0644
formula_value.html File 4.36 KB 0644
formulas.html File 6.45 KB 0644
fraction_enter.html File 4.39 KB 0644
goalseek.html File 6.14 KB 0644
html_doc.html File 5.91 KB 0644
integer_leading_zero.html File 6.08 KB 0644
keyboard.html File 7.85 KB 0644
line_fix.html File 5.72 KB 0644
main.html File 22.58 KB 0644
mark_cells.html File 6.82 KB 0644
matrixformula.html File 4.72 KB 0644
move_dragdrop.html File 9.4 KB 0644
multi_tables.html File 4.51 KB 0644
multioperation.html File 9.26 KB 0644
multitables.html File 5.97 KB 0644
note_insert.html File 5.34 KB 0644
numbers_text.html File 9.54 KB 0644
pivotchart.html File 4.91 KB 0644
pivotchart_create.html File 5.76 KB 0644
pivotchart_delete.html File 4.77 KB 0644
pivotchart_edit.html File 7.79 KB 0644
pivotchart_filter.html File 5.41 KB 0644
pivotchart_update.html File 4.56 KB 0644
print_details.html File 5.24 KB 0644
print_exact.html File 4.84 KB 0644
print_landscape.html File 6.95 KB 0644
print_title_row.html File 6.4 KB 0644
printranges.html File 7.71 KB 0644
relativ_absolut_ref.html File 7.76 KB 0644
rename_table.html File 7.49 KB 0644
rounding_numbers.html File 5.81 KB 0644
row_height.html File 5.25 KB 0644
scenario.html File 6.81 KB 0644
sorted_list.html File 5.1 KB 0644
specialfilter.html File 11.25 KB 0644
super_subscript.html File 4.19 KB 0644
table_cellmerge.html File 4.88 KB 0644
table_rotate.html File 4.28 KB 0644
table_view.html File 4.65 KB 0644
text_numbers.html File 5.23 KB 0644
text_rotate.html File 4.05 KB 0644
text_wrap.html File 4.12 KB 0644
userdefined_function.html File 8.33 KB 0644
validity.html File 7.79 KB 0644
value_with_name.html File 7.99 KB 0644
webquery.html File 7.11 KB 0644
year2000.html File 4.12 KB 0644