Im trying to build a workflow to translate excel files from Chinese to English and vice versa. But i cant figure out how to actually do it without butchering the original file.
Im uploading original file to drive and converting to Google Spreadsheet by copying it, right now it works fine and doesnt change file structur.
Files are random(rows/names/sheets), have images inside and are formatted with lots of empty cells, i want to somehow translate non-empty, non-image cells to English using DeepSeek, but some files has multiple sheets and a lot of rows.
Any ideas on how can i do it?