Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
xlwrite.m File Reference

XLWRITE Write to Microsoft Excel spreadsheet file using Java XLWRITE(FILE,ARRAY) writes ARRAY to the first worksheet in the Excel file named FILE, starting at cell A1. It aims to have exactly the same behaviour as XLSWRITE. See also XLSWRITE. More...

Functions

function [ status , message ] = xlwrite (filename, A, sheet, range)
 

Detailed Description

XLWRITE Write to Microsoft Excel spreadsheet file using Java XLWRITE(FILE,ARRAY) writes ARRAY to the first worksheet in the Excel file named FILE, starting at cell A1. It aims to have exactly the same behaviour as XLSWRITE. See also XLSWRITE.

Function Documentation

◆ xlwrite()

function [ status , message ] = xlwrite ( filename,
A,
sheet,
range )

References A().

Here is the call graph for this function: