Use this format to export data to Microsoft Excel 2007+ workbook (xlsx). The output file(s) can be opened in many applications like Microsoft Excel, LibreOffice Calc, Apache OpenOffice Calc etc. This format is the most configurable format comparing to other Excel output formats in Exportizer.
This is a binary format. The export process is performed by Exportizer engine with direct file access and therefore is very fast.
You can export data to Excel (XLSX) format either from Exportizer GUI or from the command line.
When exporting data from GUI, switch to Excel (XLSX) page of the Export dialog. If this page is not visible, click Favorite Export Formats button in the top-right corner of the window and make sure the corresponding format is selected.
Format Specific Options
File - when exporting data from a table or SQL query, or when exporting data from a group of tables (multi-table export), specify a file name to export data to. In case of multi-table exporting, all tables will be outputted to one target file, each table on a separate Excel sheet.
Folder - when exporting data from a group of tables (multi-table export), specify a folder name to export data to. Each table will be exported to a separate file in the specified folder; file names can be specified in Table Mappings.
Sheet name - specify the name of target Excel sheet to place the source data in. Available when exporting data to one file; for multi-table exporting, sheet names can be specified at the table mappings step. Must be valid Excel sheet name, unique per target file. If empty, the application uses Sheet1 name. Note: When the number of rows on sheet exceeds the Rows per sheet value, additional sheets will be created. These additional sheets use the specified name as a base plus sequential suffix _p2, _p3 etc.
Range name - specify the name of target Excel cell range for exported data (including column headers). Available when exporting data to one file; for multi-table exporting, range names can be specified at the table mappings step. Must be valid Excel range name, unique per target file. If empty, the range will not be named. Note: When the number of rows on sheet exceeds the Rows per sheet value, additional sheets and ranges will be created. These additional ranges use the specified name as a base plus sequential suffix _part2, _part3 etc.
Table title - specify the table title, i.e. text which is shown above the table data in the target document. Available when exporting data to one file; for multi-table exporting, table titles can be specified at the table mappings step.
Rows per sheet - specify how many rows should contain an Excel sheet. If the number of filled rows on the sheet reaches this value, and there are still records to be exported, a new sheet is automatically created and the data output is continued into the new sheet.
Include MEMO fields - specify either to include contents of MEMO / CLOB fields in target or not; in the latter case, a constant describing the field type will be used instead of the field contents.
Include column names - specify either to include the column names in target or not.
Include images - specify either to include the graphics from BLOB fields in target or not.
Trim trailing spaces - specify either to trim trailing spaces and control characters in target or not. Applicable for char and varchar data only. Using this option allows to remove useless data and thus reduce the output volume.
Use raw data - specify either to use the raw data from the source or prepare them for proper use in Excel. Using raw data can slightly speed up the exporting process, but it can produce erroneous output when some characters, not valid in Excel or XML (internally, XLSX format is based on XML), are present in the source data.
Add autofilter - specify either to add auto-filter for all columns in the target Excel document.
View
Specify view options for target tables. Note: Using these options can slow down the exporting process.
Use GUI settings - specify either to use GUI table view settings (fonts, colors, column widths) for target tables. When using this option, table(s) in target document will look similarly to tables in Exportizer interface; otherwise, default fonts and colors will be applied. This option is effective when exported dataset has an associated GUI data grid.
Alternate row color - specify background color for every second row. The color must be specified in hexadecimal form, which is made up of sharp symbol (#), followed by three hex numbers, rr, gg, bb, that give values for red, green and blue, respectively; for example, #FF0000 represents red. If you don't want to highlight even rows, leave this field blank.
Export mode
Specify export mode:
REPLACE+INSERT Target is created and filled with incoming rows; if target already exists, it is overwritten. |
CREATE_OR_REPLACE Blank target (using appropriate structure) is created; if target already exists, it is overwritten. |
Note: For multi-table exporting, the value can be overridden for each individual table in Table Mappings section.
Record range
Specify range of source records to be exported:
Full table - all records are exported.
Selected records only - only selected records are exported. To select rows, click the corresponding button and then select needed rows using Shift, Ctrl and arrow keys.
From current record to the last one - all data between current and the last records are exported.
Limit the record count to - specify a maximum number of records to be exported. If this option is not specified or it is less then 1, all records from the specified record range will be exported. If you just want to create a file (table) without data exporting, use the corresponding Export mode instead.
Column range
Specify range of source columns to be exported:
All columns - all columns (including columns, which were temporary hidden by user) are exported.
Selected column only - only selected (current) column is exported.
Visible columns - only visible columns are exported.
Source records per target row
Specify a number of records from source database to be placed into one line of the target file. For example, if you specify 2, the source data will be placed to the target in the following way:
Source | Target | |||||
Col1 | Col2 | Col1 | Col2 | Col1 | Col2 | |
cell1 | cell2 | cell1 | cell2 | cell3 | cell4 | |
cell3 | cell4 | cell5 | cell6 | cell7 | cell8 | |
cell5 | cell6 | |||||
cell7 | cell8 |
This option is useful when source have a small count of columns and a large count of rows. Using it, you can fill target area more optimally.
Other options
Ask before overwrite or empty existing target - specify either to ask the user to overwrite existing target for REPLACE+INSERT and CREATE_OR_REPLACE export modes.
Export Formats
See also