Hi everyone,I’m working with an AI that generates a price quote, and I need it to write the output directly into specific cells of an Excel file. The Excel file is a fixed template — it contains images and formatting, so I can’t modify its structure. I just want to fill in certain cells (e.g., company name, total price, item list, etc.) without altering anything else in the file.
So far, I haven’t figured out how to achieve this. Has anyone tackled something similar? Is there a clean way to do this, maybe using Python or a no-code tool?
Thanks in advance!