Spreadsheet

Demonstrates Microsoft Office Spreadsheet ActiveX Object.
10,9K download
Aggiornato 16 mag 2005

Nessuna licenza

SPREADSHEET is an example of how to use the Microsoft Office Spreadsheet Object.

This example, in response to the CSSM thread "ActiveX (Microsoft Office Spreadsheet)," demonstrates how to use the MS Office Spreadsheet object to display cell, character, logical and numeric matricies. It also demonstrates how to use an enumerated class workaround and how to
get the active cell, sheet, row and column from the spreadsheet. Various other methods and properties are explored and demonstrated. Much has been lifted from ML examples.

The Microsoft Office Spreadsheet object allows inputs and calcuations.

NOTE: TO SEE AN EXAMPLE OF HOW TO USE GRID OBJECTS WHICH HAVE SOME ADVANTAGES OVER THE MICROSOFT SPREADSHEET OBJECT,SEE MY EXAMPLE CALLED "GRAPH_AND_TABLE" WHICH IS AVAILABLE ON THE MATHWORKS FILE EXCHANGE:

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3477&objectType=file

NOTE: If you cannot instantiate the control, try changing 'OWC11.Spreadsheet.11' to 'OWC10.Spreadsheet.10' or even 'OWC9.Spreadsheet.9'

See Also: Grid_and_Table at the MATLAB File Exchange
http://www.mathworks.com/matlabcentral/fileexchange

Keywords: grid spreadsheet ActiveX Active-X Active X GUI Table graph_and_table plot graph table grid object flexgrid msflexgrid ocx tabular

Thanks: TMW, Max Chtangeev, useActiveXControl, Brett Shoelson

IT'S NOT FANCY, BUT IT WORKS

Cita come

Michael Robbins (2024). Spreadsheet (https://www.mathworks.com/matlabcentral/fileexchange/6889-spreadsheet), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

List of many properties, methods and events added. Also references to new m-files that demonstrate the Microsoft Office Spreadsheet Object 11.