MySQL for Excel Release Notes

10 Changes in MySQL for Excel 1.3.0 (2014-06-06, Beta)

This section documents all changes and bug fixes applied to MySQL for Excel since the release of 1.2.1. Several new features were added, for more information see What is New in MySQL for Excel 1.3.

Known limitations:

Functionality Added or Changed

  • A new collation option was added for the schema and table creation wizards. The default schema collation is "Server Default", and the default table collation is "Schema Default." Collation options may be selected from a drop-down list of all available collations.

  • A new Add Summary Fields for Numeric Columns option was added to the Import Data dialog that automatically adds summary fields for numeric data after the last row of the imported data. The specific summary function is selectable from many options, such as "Total" and "Average."

  • The option dialogs now include a Refresh To Defaults button that resets the dialog's options to their defaults values. Each option dialog is set individually.

  • A new Export Data, Advanced Options option was added that shows all available data types in the Data Type combo box, instead of only showing a subset of the most popular data types.

  • All options now have descriptive tooltips. Hovering over an option/preference displays helpful information about its use.

  • Multiple objects (tables and views) can now be imported into Excel, when before only one object could be selected. Relational information is also utilized when importing multiple objects.

  • Functionality was added to import data directly into PivotTables, which can be created from any Import operation.

  • Imported data can now be refreshed by using the native Refresh feature. Fields in the imported data sheet are then updated against the live MySQL database using the saved connection ID.

Bugs Fixed

  • MySQL for Excel would take a long time to load (minutes instead of minutes) when a large number of MySQL connections were present, such as 300. (Bug #17852222)