标签: list jupyter-notebook
tables = camelot.read_pdf(r"C:\Users\Ayush ShaZz\Desktop\Code_Python\FoodCaloriesList.pdf",pages='all',multiple_table='true',flavor='lattice') tables.to_excel("tableExcel.xlsx")
如何将这些表保存到Excel中? Excel应该像
Table1 <space> Table2 <space>.....