Just wondering what the easiest way is to extract data from an excel spread sheet so that it can be used as data in a maple worksheet. For that matter, what other database programs can I use with maple?
With Maple 11, there is a package for importing data from an excel spreadsheet (ExcelTools). The Data Import Assistant from the Tools>Assistants menu can also be used for this. If the spreadsheet was exported as a delimited file, both Maple 10 and 11 can read in this file (see ImportData and ImportMatrix help pages). Please note that only the numerical data is brought in, no formulas that used in the cells to get the values are imported in. If you are just wanting data from one cell, you can just copy and paste into Maple.
If you combine Maple with the Database Integration toolbox you can connect Maple to "JDBC-compliant databases, such as Microsoft® SQL Server, Microsoft® Access, Sybase™, Oracle®, IBM® DB2®, and MySQL®". More information can be found on Maple's webpage here.
Excel Import
With Maple 11, there is a package for importing data from an excel spreadsheet (ExcelTools). The Data Import Assistant from the Tools>Assistants menu can also be used for this. If the spreadsheet was exported as a delimited file, both Maple 10 and 11 can read in this file (see ImportData and ImportMatrix help pages). Please note that only the numerical data is brought in, no formulas that used in the cells to get the values are imported in. If you are just wanting data from one cell, you can just copy and paste into Maple.
If you combine Maple with the Database Integration toolbox you can connect Maple to "JDBC-compliant databases, such as Microsoft® SQL Server, Microsoft® Access, Sybase™, Oracle®, IBM® DB2®, and MySQL®". More information can be found on Maple's webpage here.
Scott