User Tools

Site Tools


transformations:importexcel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
transformations:importexcel [2015/01/31 15:02] – created dmitrytransformations:importexcel [2021/03/04 19:04] craigt
Line 1: Line 1:
-===== Import from Excel file =====+{{ transformations:ImportExcelAction.png}} 
 +===== IMPORT FROM EXCEL FILE ===== 
 +(Category: //Import | File//)
  
-This transformation loads data from an Excel file. Currently it supports only .xlsx format (Excel 2007 or later).+=====Description===== 
 +This transformation loads data from an Excel file. Supported formats: 
 + 
 +  * .xlsx (Excel 2007 or later) 
 +  * .xls (Excel 95 - Excel 2003 ) 
 + 
 +=====Action settings===== 
 +^ Setting  ^ Description 
 +|Load file|Fully-qualified file name of the Excel workbook (includes relative or absolute path).| 
 +|Source|The source of the data within the workbook.  Options include: ⊕ //Worksheet names//, ⊕ //Range names//, \\ ⊕ //Worksheet positions//, and ⊕ //Worksheet/range defined by parameter// See table below for option settings.| 
 +|Select sheet name(s)|Once the Excel file has been selected, a list of worksheets within the file will display, allowing you to select\\ which worksheets to import.| 
 +|Add column with sheet name|Check this box to add a column to the dataset that lists the name of the worksheet the data was imported from.| 
 +|Skip first lines|The number of rows to skip before reading in your data.  If your data does not start on the first row\\ (i.e., leading rows with metadata, blank rows), use this setting to skip these rows.| 
 +|Columns don't have headers|Check this if your dataset does not include a row with header information| 
 +|Load all columns|This option imports **all** columns in the spreadsheet.| 
 +|Load only selected columns|This option allows you to select which columns to import.  A list of columns found in the spreadsheet will be\\ presented for you to select.| 
 + 
 +^**//Source settings//**^^ 
 +^Setting^Description^ 
 +|//**Worksheet names settings**//|| 
 +|Select sheet name(s)|Select from the list which sheets to import.  Multiple sheets will be appended ("stacked") to each other.| 
 +|//**Range name settings**//|| 
 +|Select range name(s)|Select which named ranges within the Excel file to import.  Multiple ranges will be appended ("stacked") to each other.| 
 +|//**Worksheet positions settings**//|| 
 +|Select sheet position(s)|Select which sheets to import based on their **position** within the Excel file (1st, 2nd, etc.).  Multiple sheets will be appended ("stacked") to each other.| 
 +|//**Worksheet/range defined by parameter settings**//|| 
 +|Parameter|Select or create the parameter containing a reference to either a sheet name or range name within the Excel file.\\  Note: sheet names are searched for before range names, in cases where sheets and ranges have been given the same names.| 
 +\\  
 +=====Advanced Options===== 
 +^Setting^Description^ 
 +|Do not automatically offset imported range|By default, EasyMorph will align the first column and first row of imported data with column 1 and row 1 in the dataset.\\  To prevent this, and preserve the actual positioning of data within the source file, **check** this option.| 
 +|When a floating-point number can't be \\ converted to a fixed point number: | Options:  [ ]Produce error (default), [ ]Convert the number to text.\\ Select ... | 
 + 
 +\\  
 +=====Importing Multiple Files===== 
 +This action can import multiple files.  See [[import:fileimportmodes|Importing Multiple Files]] for more information. 
 +\\  
 +=====Examples===== 
 +**Example 1:**  You're importing a data range spanning cells C5 to E10:\\ \\  
 +//To start at column 1, row 1 in the imported dataset...// 
 +<code>Advanced settings - Do not automatically offset imported range = "unchecked" (default) 
 +</code> 
 +//If you want it to preserve the range offset in the imported dataset (start the imported dataset in column 3, row 5)...// 
 +<code>Advanced settings - Do not automatically offset imported range = "checked"</code>\\ 
 +\\  
 +**Example 2:**  You're importing data from an Excel spreadsheet with 3 rows of metadata (in rows 1-3). The data starts at column C, and there are no headers.  You want the data to start at column 1, row 1 in the imported dataset.\\ 
 +<code>Skip first lines = "3" 
 +Columns don't have headers = "checked" 
 +(Advanced settings) Do not automatically offset imported range = "unchecked" (default) 
 +</code> 
 +\\  
 +=====See Also===== 
 + 
 +  * [[transformations:exportexcel|Export into Excel file]]
  
-File name should include full or relative path. 
  
transformations/importexcel.txt · Last modified: 2021/07/18 01:59 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki