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

freeze the header of an xlsx file

Hi everyone,

I would like to frezze the header (first line in excel) with Talend or java.

I've succed with the .xls extention in Talend by doing a litle trick in the excel component (TfileOutputExcel), I just put this litle code in the cell name "first cell", but now I would like to be able to do that with a .xlsx file.

 

1;writableSheet_tFileOutputExcel_2.getSettings().setVerticalFreeze(1)

Thank you in advance for all of your answers ! 0683p000009MACn.png

Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hello,

tFileOutputExcel supports xlsx files. Does your code also work for .xlsx file in the tfileOutputExcel component?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi xdshi,

 

Thanks for your reply,

My code doesn't work with .xlsx because talend use something else to create this type of file...

 

Florian

 

Anonymous
Not applicable
Author

Hello,

Please use .xlsx file, then check the "Write excel2007 file format" option to see if it is OK with you.

Best regard

Sabrina