Skip to content

Latest commit

 

History

History
91 lines (54 loc) · 2.55 KB

en.md

File metadata and controls

91 lines (54 loc) · 2.55 KB

CSV Import+Export Help Page

Import CSV

The Import CSV pane contains options for importing CSV data to your workbook.

Here is a sample CSV to test out the app:

name,size
delimiter.webp,5826
encoding.webp,6270
importType.webp,11070
newlineSequence.webp,6686
numberFormat.webp,6094
  1. Import type dropdown and input
  • Upload a file or select "Text input" to paste the CSV as text

  1. Encoding dropdown
  • Most files will be imported correctly with "Auto-detect", but you may have to select the correct encoding if the result does not look correct
  • This dropdown is available if Import type is File

  1. Delimiter dropdown
  • The delimiter is the field separator between each cell
  • Select "Other" to input a custom delimiter

  1. Newline sequence dropdown
  • The newline sequence is the record separator between each row
  • "Auto-detect" will most likely be able to figure it out

  1. Number format dropdown
  • "Text" will import data from the CSV file as the Text number format. This means that text will not be converted into other formats such as date or currency.
  • "Auto-detect" will import data from the CSV file as the General number format. This means that the data may be converted into other number formats such as date or currency.
    • A cell containing 1-1 will become a Date format in Excel, and a cell containing $1 will become a Currency.

  1. Import CSV button
  • Click Import CSV to start importing using the above options
  • If the current worksheet is blank, the imported data is added the the current worksheet, otherwise the data is added to a new worksheet

Export CSV

The Export CSV pane contains options for exporting the current worksheet to CSV.

  1. Export type dropdown
  • Choose between copying the result from a text box or downloading the exported CSV file

  1. Encoding dropdown
  • The output file encoding
  • UTF-8 is the most common encoding

  1. Delimiter dropdown
  • The delimiter is the field separator between each cell
  • Select "Other" to input a custom delimiter

  1. Newline sequence dropdown
  • The newline sequence is the record separator between each row
  • Windows typically uses CRLF, while macOS and Linux uses LF

  1. Export to CSV button
  • Click Export to CSV to export the current worksheet using the above options