Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

writing output to xlsm file

Hello @lli

I have a doubt regarding writing output to .xlsm file.

can we actually write output to .xlsm file?

I have a sample template filled with macros and is there a way to write the processed data into that format? And i need to automate that process as well

i tried to read the earlier discussions about that but couldn't figure out.

Any help is appreciated.

 

Thanks,

Surya.

 

Labels (2)
1 Solution

Accepted Solutions
fdenis
Master
Master

you can use all excel components just have to rename the file extension

View solution in original post

4 Replies
fdenis
Master
Master

you can fill xlsm file with data. But you cannot write the macro in talend. be careful when you fill data the macro is not automatically running. you have to call a script (vbs,...) to run your macro.
Anonymous
Not applicable
Author

Hello @fdenis

Thanks for the reply.
I already have a xlsm template filled with macros. I don't have to write macros from talend.
I was just wondering how to fill the data?

fdenis
Master
Master

you can use all excel components just have to rename the file extension
Anonymous
Not applicable
Author

Thanks @fdenis. I will try that out.