Is there a way to get ADODB to work with Excel for Mac 2011?

后端 未结 3 1604
半阙折子戏
半阙折子戏 2020-12-11 17:52

I can not seem to get my Excel workbook (using ADODB) to work with Excel Mac 2011. I am using ADODB code. Are there add-ins available? Even from a third-party? Has anyone go

3条回答
  •  抹茶落季
    2020-12-11 18:24

    Are there add-ins available? Even from a third-party?

    Hope these download links helps?

    ODBC drivers that are compatible with Excel for Mac


    Quoted from the MSKB in case the link dies

    ODBC drivers that are compatible with Excel for Mac

    If you want to import data into Excel for Mac from a database, you need an Open Database Connectivity (ODBC) driver installed on your Mac. The driver you get depends on which version of Excel for Mac you have.

    Excel for Mac 2011

    This version of Excel does not provide an ODBC driver. You must install it yourself. Drivers that are compatible with Excel for Mac 2011 are available from these companies:

    OpenLink Software

    Actual Technologies

    Simba Technologies

    After you install the driver for your source, you can use Microsoft Query to create new queries or refresh existing queries that were created in other versions of Excel, such as Excel X, Excel 2004, and Excel for Windows. For more information, see Import data from a database in Excel for Mac 2011.

    Excel 2016 for Mac

    This version of Excel does provide an ODBC driver for connecting to SQL Server Databases. On the Data tab, click New Database Query > SQL Server ODBC. Then use the dialog boxes to import the data.

    If you are connecting to other ODBC data sources (for example, FileMaker Pro), then you'll need to install the ODBC driver for the data source on your Mac. Drivers that are compatible with Excel for Mac are available from these companies:

    OpenLink Software

    Actual Technologies

    Has anyone gotten this to work?

    Sorry, I have never used it.

提交回复
热议问题