DataWindow에 엑셀자료 UpLoad 하기
//1.변수선언 oleobject ole_excel,xlsub,xlApp, xlBook, xlSheet integer net , ll_value , ll_return , ll_error_cnt ,ll_error_cnt1 string ls_file, ls_name, ls_txt_file string ls_hakbun, ls_acc_no, ls_kor_nm long ll_ins_row long ll_tot_Row , ll_tot_col , ll_row //변수 초기화 SetPointer (HourGlass!) ll_error_cnt =0 ll_error_cnt1=0 //저장할 경로와 파일 이름 가져오기 ll_value = GetFileSaveName("Select Excel File", ls_file, ls..
더보기