FillGrid

Populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array.
2,3K descargas
Actualizado 3 jun 2005

Sin licencia

FILLGRID populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array

The cell array may contain mixed types.

FILLGRID(SPREADSHEET,M) populates SPREADSHEET with M
FILLGRID(SPREADSHEET,M,DOPASTE) usage obsolete
FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR) also uses a progress indicator if DOWAITBAR is 1 (default), does not if DOWAITBAR is 0
FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR,MINR,MINC,MAXR,MAXC) specifies the minimum and maximum rows and cloumns to use

FILLGRID(SPREADSHEET,M,DOPASTE,DOWAITBAR,MINR,MINC,MAXR,MAXC,ASSTR) forces all values to be placed as strings, instead of the default behavior which populates the grid with numbers when possible.

Example:
figure;
spreadsheet = actxcontrol('OWC11.Spreadsheet.11',[0 0 200 200]);
M = {'abc', 123; 12.17, logical(1)};
FillGrid(spreadsheet,M);

Citar como

Michael Robbins (2024). FillGrid (https://www.mathworks.com/matlabcentral/fileexchange/7765-fillgrid), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0