top of page
- API -
reaper.AZ_Excel_CloseFile(excelDocument)
- API Detail -
▼入力値
excelDocument(ExcelDocument) : エクセルドキュメント
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
doc = reaper.AZ_Excel_OpenFile("D:\\rigdocks\\01_APIDock\\test.xlsx")
Msg(doc)
reaper.AZ_Excel_CloseFile(doc)
Excel
AZ_Excel_CloseFile
対応バージョン:
1.0.3
以降
ファイル閉じる
bottom of page