Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Creating Excel Files with Specific Formatting from Another Excel File

A1exW
6 - Meteoroid

Hi all, I'm looking to create separate reports for different user IDs while maintaining consistent formatting across all generated files.

 

For example, I have user IDs 001-003 and would like to generate report-001.xlsx, report-002.xlsx, and report-003.xlsx, each containing data for the respective user ID. These generated reports should maintain the same formatting (font, color, fill, underline, bold, etc.) as a template file, let's call it report_format.xlsx.

 

I know Alteryx has an option to preserve formatting on overwrite, but it will requires copying the report_format.xlsx to output path and rename one by one to report-{user ID}.xlsx. Is it possible to generate multiple Excel files based on a specific format from another Excel file?

 

I would greatly appreciate any guidance or suggestions. Thank you in advance for your help!

 

3 REPLIES 3
Raj
16 - Nebula

@A1exW 
you can achieve this using blob tools.
using the template you can create a file for each record with all the records and then write data into it.
Hope this helps.

A1exW
6 - Meteoroid

It works, thank you so much. First time using Blob.

A1exW
6 - Meteoroid

Here's my result

Labels
Top Solution Authors