Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xls_read
Excelファイルからシートを読み込む
呼び出し手順
[Value,TextInd] = xls_read(fd,Sheetpos)
引数
説明
Excelストリームの論理ユニットとこのストリーム内のシートの先頭位置を指定すると, この関数はExcelシートを読み込みます. この関数はExcelセルが有する数値データおよび文字列を返します.
1つの関数で1回関数コールをすることにより Excelファイルを全て読み込む際にはreadxls関数を 使用することができます.
BIFF8 Excelファイル(最近のExcelファイルのバージョン(2003))のみが処理可能です. |
例
参考文献
この関数は,OpenOfficeのExcelストリームに関する説明 (http://sc.openoffice.org/spreadsheetfileformat.pdf)に基づいています.
使用される関数
この関数は, Scilabソース版のディレクトリSCIDIR/modules/spreadsheet/src/c にあるxls.cを使用します.
Report an issue | ||
<< xls_open | Spreadsheet | Console >> |