Excel File as Data Source for Simple Table Creation
Utilize Microsoft Excel files (XLSX, XLS, XLSM) and CSV files as data sources to create tables in Excel. Each worksheet or CSV file corresponds to a table, where the first row contains column names. Easily join tables using common key fields for streamlined data analysis.
Excel File as Data Source for Simple Table Creation
E N D
Presentation Transcript
Microsoft Excel File (XLSX) as a Data source • Excel file formats supported: XLS, XLSX, XLSM. • Each worksheet in an excel file becomes a table • The first row of each table MUST be the column names for the table • CSV files are also supported • Each file is the equivalent of a worksheet/table • Adding one CSV as a data source, will automatically add all the .CSV files in the same directory, each one as its own table.
Microsoft Excel File (XLSX) as aData source Simple table, created using a forEach. Joins tables Categories and Products on the key CategoryID, which is common to both tables.