Excel Add-In for Google Sheets

Build 26.0.9655

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-04-0826.0.9594Google SheetsSecurityChanged
  • TLS 1.3 がHTTP 接続のデフォルトでサポートされるようになりました。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2026-01-0725.0.9503Google SheetsAdded
  • NullValueMode 接続プロパティにReadAsEmptyOrNull 列挙値が追加されました。この値は、文字列列には空文字列を、その他のデータ型にはNULL 値を返します。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-10-1325.0.9417Google SheetsAdded
  • IncludePrimaryKey 接続プロパティが追加されました。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-09-2425.0.9398Google SheetsAdded
  • AddSheet ストアドプロシージャに、カンマ区切りリストとして提供される新しい入力パラメータHeaderNames のサポートが追加されました。HeaderNames は、新しいシートの最初の行として追加されるカラムヘッダーの名前を提供します。これらのヘッダーは、後でデータの挿入や更新に使用できます。
2025-09-2325.0.9397Google SheetsAdded
  • CreateSpreadsheet ストアドプロシージャにHeaderNames 入力パラメータが追加されました。
2025-09-2225.0.9396Google SheetsChanged
  • 以前は、同名のフォルダ配下に同じファイル名の2つのスプレッドシートが存在し、ユーザーがUseIdAsTableName プロパティを有効化していた場合、ドライバーは最新の変更があるファイルのみを選択し、もう一方のファイルは無視していました。現在は、重複する名前を持つテーブル(<spreadsheetName>_<spreadsheetId> の形式)の名前には<index> マーカーが末尾に追加され、UseIdAsTableName がすべての該当ファイルを返すようになりました。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-0325.0.9377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
2025-09-0125.0.9375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
2025-08-2825.0.9371Google SheetsAdded
  • Scope 接続プロパティが追加されました。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-07-1825.0.9330Google SheetsRemoved
  • Folders テーブルからChildIds およびChildLinks カラムが削除されました。
2025-06-2525.0.9307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
2025-06-2025.0.9302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
2025-06-1825.0.9300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-05-2725.0.9278ExcelRemoved
  • C# 実装のSQLite のサポートが削除されました。以前、この実装をデフォルトで使用していた機能(AutoCache やEF6 スキーマキャッシュなど)は、今後はネイティブのSQLite ドライバーが必要になります。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-10-1724.0.9056Google SheetsAdded
  • AWS アカウントを使用したWorkload Identity Federation のサポートが追加されました。
2024-08-2824.0.9006Google SheetsRemoved
  • IncludeValuesInResponse 接続プロパティは削除されました。
2024-05-2924.0.8915Google SheetsRemoved
  • Auto AuthScheme オプションは削除されました。AuthScheme 接続プロパティのデフォルト値はOAuth になりました。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2023-12-3123.0.8765ExcelAdded
  • Added support for dialect SELECT queries in UI, VBA, and UDF =CDATAQUERY function.
2023-11-2923.0.8733GeneralChanged
  • ROUND 関数で負の精度値が受け付けられなくなりました。
2023-11-2923.0.8733GeneralChanged
  • FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
  • ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
2023-11-2823.0.8732GeneralAdded
  • シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
2023-11-2223.0.8726Google SheetsChanged
  • UseManagedSecurityAPI hidden property is no longer valid for the ADO.NET edition. We will now always use our internal security implementation.
2023-08-1823.0.8630Google SheetsAdded
  • Added SkipHiddenSheets connection property.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-06-0923.0.8560Google SheetsChanged
  • Renamed the TeamDriveSupport connection property to SupportsAllDrives.
  • Renamed the TeamDriveId column to DriveId.
2023-05-1023.0.8530ExcelAdded
  • Added the ability to cancel an in-progress test connection in the Connection Dialog Box.
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2023-04-2423.0.8514Google SheetsChanged
  • Changed datatype for RecurseFolders property form String to Boolean.
2023-02-1322.0.8444Google SheetsAdded
  • Improve data type detection by ignoring the error values ( bad formula cells ).
  • Added a connection property, IgnoreErrorValues, to control the behavior of the driver when reading the data. By default we skip the cells which has error values. Setting the connection property to true will force the driver to throw an exception in case of an error value.
2023-01-2322.0.8423Google SheetsAdded
  • Added the field DataSourceExecutionStatus for the Sheets view indicates the execution status of a DataSource Sheet
  • Added AddDatasource stored procedure for adding a BigQuery datasource to an spreadsheet. The scope bigQuery.readonly is required for this stored procedure.
  • Added AddDatasourceTable stored procedure to add a table from a created datasource to a Sheet. The scope bigQuery.readonly is required for this stored procedure.
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-09-2822.0.8306ExcelAdded
  • Added a config file option STATUSBAR_UPDATE=TRUE. This indicates whether the Excel Add-In will update the Excel Status Bar with progress status on completed tasks. The default value is TRUE. This way, there is the option to NOT update the Status Bar by setting it to FALSE.
2022-09-1422.0.8292ExcelChanged
  • Improved the User Experience of the Connection Editor by introducing a Basic tab for the most important connection properties.
2022-08-3122.0.8278Google SheetsAdded
  • Added binary output and encoded content support for DownloadDocument. Added FileStream as an input.
2022-08-1922.0.8266Google SheetsAdded
  • Added binary input support for UploadDocument. Added Content as an input for UploadDocument.
2022-08-1022.0.8257Google SheetsAdded
  • Added the 'Hidden' column for the Sheets table.
2022-08-1022.0.8257Google SheetsRemoved
  • Removed the 'Hidden' column from the Spreadsheets table.
2022-04-1521.0.8140Google SheetsAdded
  • Added support for listing all Spreadsheets that are inside a folder and its nested folders. This can be done by setting the RecurseFolders connection property to true and setting the list of folder Ids or folder names on the respective FolderId/FolderName property or both.
2022-04-0721.0.8132Google SheetsAdded
  • Added support for querying Sheets by specifying the SpreadsheetId_SheetId instead of SpreadsheetName_SheetName. Just set the UseIdAsTableName connection property to true and use: SpreadsheetId_SheetId in the queries. For ex: SELECT * FROM 11696gdF5QUL1EnYikYiUeMTHRqA1111KbdYDoINqI_1151117664
2022-03-1721.0.8111ExcelChanged
  • Changed the behavior so that auto-refreshing continues even if the worksheet is not active anymore or loses focus.
2022-03-0521.0.8099ExcelAdded
  • Added support for inserting rows on tables when no primary key is defined on a given table.
2022-02-1921.0.8085ExcelAdded
  • The button "Get Data -> From ProviderX" now displays a submenu with existing connections buttons and a separator, with the "New ProviderX Connection" button, if a connection exists. If no connections exist, then clicking "Get Data -> From ProviderX" will prompt the user to create a new connection before selecting the data.
2022-02-1921.0.8085ExcelRemoved
  • In the "Table Selection" form, the "Source", "New Connection", "Connection", and "Edit Connection" fields are removed as they are out of the scope of the "Table Selection" form.
2022-01-1221.0.8047Google SheetsChanged
  • Changed the support for working with a custom Range in Select, Insert and UPDATE operations. Columns will instead be named appropriately based on the range instead of starting at A,B,C, etc. This only impacts tables when the Header connection property is set to false. For example: SELECT * FROM Spreadsheet_Sheet1#C1:F5. The column names will be: C, D, E, F. Previously you would get columns with names starting from A: A,B,C,D.
2021-12-3121.0.8035ExcelAdded
  • Added batch support for CDATAINSERT, CDATAUPDATE, and CDATADELETE user-defined functions.
2021-11-1121.0.7985ExcelAdded
  • Added a config file option called RETRIEVE_DATA_ROWS_PERCOUNT. When getting data, this indicates how many rows will be populated into the sheet at a time. The default value is 1000.
2021-11-1121.0.7985ExcelChanged
  • Improved performance when loading data from Get Data/Refresh and the CDATAQUERY function.
2021-11-0321.0.7977ExcelAdded
  • Added new VBA functions: GetLastErrorCode and GetLastError.
2021-10-2921.0.7972ExcelAdded
  • Added new VBA functions: GetUpSertedRows, UpSertRows, UpSertAll and UpSert.
2021-10-2921.0.7972ExcelChanged
  • The "Update Rows" button will now update changes made to existing rows or insert newly created rows.
2021-10-2921.0.7972ExcelRemoved
  • The "Add Rows" button has been removed.
2021-09-2821.0.7941ExcelAdded
  • When loading data, table columns are auto-fitted to display all cells' content. In cases when cells have large amounts of text and the table has many rows, this operation might be slow.
  • Added a config file option DISABLE_AUTOFIT_COLUMN. Setting DISABLE_AUTOFIT_COLUMN==TRUE will speed up the process in those cases. The default value is FALSE.
2021-09-2821.0.7941ExcelChanged
  • Changed the maximum characters that a cell can retrieve from the data source from 8,192 to 32,767.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-07-2621.0.7877ExcelAdded
  • You can sort and reorder columns on the "CData Query" form to alter the sort order.
2021-07-2321.0.7874GeneralChanged
  • 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
  • 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
2021-07-2121.0.7872ExcelRemoved
  • Removed support for .NET 3.5. Before upgrade/downgrade, a clean uninstall and then the same product versions install should be performed. So, if you want to downgrade, all the downgrade build versions must support .NET 3.5. If you want to upgrade, all the upgrade build versions will drop .NET 3.5 support.
2021-07-0621.0.7857ExcelAdded
  • Added a config file option REPLACE_SYSTEM_LOCALE=TRUE. This indicates whether Office culture replaces system locale. The default value is TRUE. This way, there is the option to disable overriding system locale by setting it to FALSE.
2021-06-2621.0.7847ExcelAdded
  • Added the ability to move the columns up and down on the "CData Query" form grid view and change their order via the UI.
2021-06-2421.0.7845ExcelAdded
  • Added the default parameter "showPopups" so the user may decide whether to show popups when calling VBA functions.
2021-06-1821.0.7839Google SheetsAdded
  • Added support for the GOOGLEJSONBLOB JWT certificate type. This works like the existing GOOGLEJSON certificate type except that the certificate is provided as JSON text instead of as a file path.
2021-05-2121.0.7811ExcelAdded
  • A new UI implementation is added for "in" and "not in" filter options on the "CData Query" form. The user is able to select via an interface from a list of distinct column values.
2021-04-2521.0.7785GeneralAdded
  • INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
2021-04-2321.0.7783GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
2021-04-1621.0.7776GeneralAdded
  • 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
2021-04-1621.0.7776GeneralChanged
  • 重複を避けるため、インデックスの命名規則が更新されました。
2021-02-0220.0.7703Google SheetsAdded
  • Added a new view: Folders. It can be used to query the folders contained in a user's Google Drive.
  • Added new column ParentIds on the Spreadsheets view. It displays the comma-separated list of the parent folder Id's, if any.
2020-12-3020.0.7669ExcelAdded
  • Implemented user awareness during the upgrade process from 2019 to 2020 or 2021 editions.
2020-12-1820.0.7657ExcelAdded
  • Added the "is null" and "is not null" filters on the "CData Query" form.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655