top of page
- API -
reaper.AZ_Excel_CloseFile(excelDocument)
- API Detail-
▼input value
excelDocument(ExcelDocument) : Excel document
- 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
Supported versions:
1.1.0
onwards
File Close
bottom of page