Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qvd file

how to create the QVD (UKMI.SideCar.Development.QVD) using the .xls spread sheet.   
2 Replies
jagannalla
Partner - Specialist III
Partner - Specialist III

Hi,

Product:

LOAD

Product,

Sales

FROM

C:\Users\sys4\Documents\Test.xlsx

(ooxml, embedded labels, table is Sheet1);

Store Product into Product.qvd;

Not applicable
Author

Tablenew:

load * from

D:\Test.xlsx

(ooxml, embedded labels, table is Sheet1);


Store Tablenew into  D:\Tablenew.qvd;