Spreadsheet

버전 1.0.0.0 (2.9 KB) 작성자: Michael Robbins
Demonstrates Microsoft Office Spreadsheet ActiveX Object.
다운로드 수: 10.9K
업데이트 날짜: 2005/5/16

라이선스 없음

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.