Hi Eder, We recently updated the excel module to 1.14.1, and the new version has some improved features which you might want to take a look at.
With respect to your question, do you mean a range of rows, or a range of columns? To only process a subset of the columns, I think you just need to not define any corresponding property in the view model handler you are loading into. But if the question is that you want to process a subset of rows, then it's the responsibility of your handler to just ignore the rows that aren't important. There is no mechanism (currently, at least) to import rows 1 thru 100 only, say. HTH Dan On Thu, 13 Apr 2017 at 02:41 L Eder <[email protected]> wrote: > Hi members: > > I have a sheet that includes the months of year as columns. > I would like to import only a range of those columns, rather all at once. > > Anyone could point me as to do that using the excel isis module? > > Thanks, Eder >
