web表單示例: 待辦事項清單。源Excel範本: 待辦事項清單.xlsx
const datas = exportModifiedCellInfo();
const template = `your template name`;
const url = `your API address`;
AjaxHelper.authenticatedRequest({
method: 'POST',
url: url,
data: JSON.stringify(datas),
contentType: 'application/json',
cache: false,
success: successFn,
error: errorFn
});
您確定要刪除這些檔案嗎?