top of page
- API -

reaper.AZ_Excel_CreateDocument(filePath, isOverwrite)

- API Detail-

▼入力値 

filePath(string) : ファイルパス

isOverwrite(booleanean) : 上書きするかどうか(任意 デフォルト: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.0.3

onwards

新規作成

bottom of page