hello everyone I'm attempting to add new data (columns and values) to an already existing excel spreadsheet. I have Order_Sheet.xlsx saved with data as such:
Item: Quantity: Price:
disposable cups 7000 $0.04
and add this info from spreadsheet_1.xlsx
Order Number Location Date
0 A-21-897274 Ohio 07/01/2022
add them to the existing excel sheet Order_Sheet.xlsx instead of creating a new excel. so that it would look like :
Item: Quantity: Price: Order Number: Location: Date:
disposable cups 7000 $0.04 A-21-897274 Ohio 07/01/2022
Is there an easy way to append new data to an existing excel or possibly combine two excel files?