Question
Tech Mahindra
IN
Last activity: 4 Aug 2017 9:31 EDT
Excel export template syntax
Say I have values in an excel in cells A1,A2,A3,A4,A5,A6,A7,A8 . And A1-A5 shuld be read into Pagelist1() and A6 to A8 should be read into Pagelist2() . When I mentioned Pagelist1().Prop1 in A1 position in template excel, all the values from A1-A8 gets read into Pagelist1. How do I give the range A1-A5 for Pagelist1() in template. Or let me know if any otherway we can read values into 2 lists from same excel column.