TYPE-POOLS ole2 . DATA : wf_cell_from TYPE ole2_object , wf_cell_from1 TYPE ole2_object , wf_cell_to TYPE ole2_object , wf_cell_to1 TYPE ole2_object , wf_excel TYPE ole2_object , " Excel object wf_mapl TYPE ole2_object , " list of workbooks wf_map TYPE ole2_object , " workbook wf_worksheet TYPE ole2_object , " Worksheet wf_cell TYPE ole2_object , " Cell Range wf_cell1 TYPE ole2_object , wf_range TYPE ole2_object , " Range of cells to be formatted wf_range2 TYPE ole2_object , wf_column1 TYPE ole2_object . " Column to be Autofit DATA : BEGIN OF t_hex , l_tab TYPE x, END OF t_hex . DATA : wf_deli ( 1 ) TYPE c, "delimiter wf_action TYPE i, wf_file TYPE string, wf_path TYPE string, wf_fullpath TYPE string. TYPE...