top of page
- API -

reaper.AZ_Excel_CreateDocument(filePath, isOverwrite)

- API Detail-

▼Input value

filePath(string) : File path

isOverwrite(boolean): Whether to overwrite (optional, default: true)

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_GOLD")

doc = reaper.AZ_Excel_CreateDocument("D:\\test\\create.xlsx")

Msg(doc)

Msg(reaper.AZ_GetErrorCode())

reaper.AZ_Excel_CloseFile(doc)

Excel

AZ_Excel_CreateDocument

Supported versions:

1.1.0

onwards

Create New

bottom of page