Table Extraction from pdf is not writing in workbook activity?

tableextraction.zip (6.7 KB)
I am not write the table data into the excel using workbook activity

Hi

I hope replied u in the previous query. for same issue

you asked for the file is not opening naa so i send the file but i did not got your point

Yes I replied in that previous post. pls check. before writing in excel u have to loop and inside that u have to write. there will be 3 tables. first two table for simple fields and next 2 for table items. As u gave only DB.Tables(1) you got simple fields. If u write DB.Tables(2) you will get table values. If u want all then loop that DB.Tables and inside that use write range as suggested in previous post