Hi everyone,
I’m facing a challenge and hope to get your guidance:
✅ Goal
Copy one or more formatted worksheets (with styles, headers, conditional formatting) from a source workbook.
Paste the data into a different workbook, where the data range varies between the source and destination files
What I've tried
Table + Render tools to build reporting tables — but they choke on large datasets and distort column widths. The Render tool does not auto-scale for Excel output, even with custom “paper size,” so it’s not practical when data is large
Blob Input + Blob Output pattern: I read a formatted template via Blob Input, then overwrite parts of it with data via Output tool. This preserves formatting, but struggles when the data range is significantly different between source and destination .
Can you exactly share the issue faced while using Blob approach?