How do I add information to an excel sheet without deleting the rest in Python?
问题 Problem I need to make a python script that can export information to excel sheet without deleting sheets old information or sheets. See Pseudocode Context: This function is to be used in conjunction with a web scraper. And should hopefully, be able to extend data to an existing sheet, create a new sheet, and create a new file. With the help of other questions, I have come really close: How to save a new sheet in an existing excel file, using Pandas? But I want the possibility to extend on