top of page
- API -

reaper.AZ_Excel_CreateDocument(filePath, isOverwrite)

- API Detail -

▼入力値 

filePath(string) : ファイルパス

isOverwrite(booleanean) : 上書きするかどうか(任意 デフォルト:true)

- SIMPLE 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

対応バージョン:

1.0.3

以降

新規作成

bottom of page