Site hosted by Angelfire.com: Build your free website today!

xlsreadrr

PURPOSE ^

xlsreadrr Reads data from openned excel file (actxserver must be present

SYNOPSIS ^

function [data, text, rawData]=xlsreadrr(wholesheetyes)

DESCRIPTION ^

 xlsreadrr Reads data from openned excel file (actxserver must be present
 on the active excel session
 xlsreadrr(wholesheetyes)
 [data, text, rawData] = xlsreadrr(1);  %will read whole page
 [data, text, rawData] = xlsreadrr;  %will read the selected
 nargin > 0, will read whole page
 nargin == 0, will read the selected
 Rezaul, 2004

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SUBFUNCTIONS ^

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004