Question
2
Replies
220
Views
Posted: August 4, 2017
Last activity: August 4, 2017
Closed
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.
How about parsing the page list first and then implement the logic in some activity.
Parse the excel and put all the values in one page list then loop it through and when its 8th page on the list put it in other page list.
-Saikat