Skip to main content
1-Visitor
June 4, 2019
Solved

Data export from Excel Component

  • June 4, 2019
  • 1 reply
  • 1469 views

Hi, 

I need to export the data from excel component & to print in single matrix (3X3), can i please know the format to do that.

 

Best answer by terryhendicott

Hi,

Your reference "Sheet1!A1" only references the first element of the matrix.

Try

"Sheet1!A1:C3" and you will get all the matrix.

 

Cheers

Terry

1 reply

21-Topaz II
June 7, 2019

Hi,

Your reference "Sheet1!A1" only references the first element of the matrix.

Try

"Sheet1!A1:C3" and you will get all the matrix.

 

Cheers

Terry

Kishore11-VisitorAuthor
1-Visitor
June 8, 2019

Hi,

Thank you very much for your help.