웹 양식 예제: to-do-list. 소스 엑셀 템플릿: 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
});
파일을 삭제하시겠습니까?