网络表单示例:待办事项清单。源Excel模板:to-do-list.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
});
您确定要删除这些文件吗?