top of page
- API -
excelDocument = reaper.AZ_Excel_OpenFile(filePath)
- API Detail-
▼input value
filePath(string) : file path
▼output 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_OpenFile
Supported versions:
1.1.0
onwards
Open Excel file
bottom of page