<< expbd2exc Basic functions extraptab >>

grocer >> Basic functions > expbd2xls

expbd2xls

exportation of a database to Excel

CALLING SEQUENCE

[]=expbd2xls(bd,output,sheetname,transpose,names)

PARAMETERS

Input

* bd = the name of a database or of a list of variables loaded in the environment

* output = the excel file where to save the data

* sheetname =the name of the sheet where the data are exported

* transpose = a boolean indicating whether the data should be transposed, i.e. presented in row (optional)

* names = the names to give to the data, if different from the name they have in Scilab (optional)

Output

* nothing

DESCRIPTION

Exports the content of a data base or a list of variables bd to a xls or xlxs Excel file.

EXAMPLE

global GROCERDIR;
load(GROCERDIR+'\data\bdheneric.dat')
expbd2xls(list('lm1','ly','lp','rnet'),'C:\Users\Dubois\Documents\grocer\documentation\test_newversion\essai.xlsx','db_he')

AUTHOR

Éric Dubois 2021

Report an issue
<< expbd2exc Basic functions extraptab >>