|
function | xlsOrCsvWrite (in fileName, in dataMat, in varargin) |
| XLSWRITE is an improved version of built-in xlswrite function. It uses a custom csvwrite function instead of dlmwrite to write data in csv format when Excel is not available. Additionally it returns a resulting file name argument as the third output parameter. More...
|
|
- Author
- Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om
- Copyright
- 2015-2016 Peter Gagarinov, PhD
2012-2015 Moscow State University,
Faculty of Applied Mathematics and Computer Science,
System Analysis Department
Definition at line 7 of file ExcelFileUtils.m.
◆ isExcelInstalled()
static function mxberry::io::xls::ExcelFileUtils::isExcelInstalled |
( |
| ) |
|
|
static |
◆ xlsOrCsvWrite()
function mxberry::io::xls::ExcelFileUtils::xlsOrCsvWrite |
( |
in |
fileName, |
|
|
in |
dataMat, |
|
|
in |
varargin |
|
) |
| |
XLSWRITE is an improved version of built-in xlswrite function. It uses a custom csvwrite function instead of dlmwrite to write data in csv format when Excel is not available. Additionally it returns a resulting file name argument as the third output parameter.
- Author
- Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om
- Copyright
- 2015-2016 Peter Gagarinov, PhD
2015 Moscow State University,
Faculty of Computational Mathematics and Computer Science,
System Analysis Department
The documentation for this class was generated from the following file: