Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
leonardo_sudo
Contributor III
Contributor III

How to store into XLS?

Hi all,

I need store into XLS File., to import in tasks.

The file have 3 sheets:

11.png22.png33.png

 

 

7 Replies
vikasmahajan

check with this code

https://community.qlik.com/t5/New-to-QlikView/loading-all-sheets-data-from-excel/td-p/673784

 

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
leonardo_sudo
Contributor III
Contributor III
Author

Hi,

 

I need store in a file, not Load from xls

Keitaru
Creator II
Creator II

XLS:

store <tablename> into <ExcelName> (biff, embedded labels, table is [SheetName]);

xlsx:

store <tablename> into <ExcelName> (ooxml, embedded labels, table is [SheetName);

These worked for me.

 

 

leonardo_sudo
Contributor III
Contributor III
Author

😞
Thosen't worked for me.
bl1
Contributor II
Contributor II

Hi,

I also need to store into XLSX from data load editor and not succsed with the kod up.

do someone has another idea ?

thanks.

LucasCarvalho
Partner - Contributor
Partner - Contributor

Hi Leonardo, I have this same issue...

Need to store a xlsx file with 3 sheets and later import a task in the Nprinting!

How did you solved? Do you remember?

 

Anonymous
Not applicable

Hello,

I think it is not possible to store directly into XLSX format via store script, only in CSV, as mentioned in the doc:

https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularSt...

Store command doesn't accept other format than QVD, TXT, or CVS, that's why biff or openxml keyword is not accepted.

Best regards