import from xlsx worksheet
Posted: Tue May 08, 2012 7:48 am
I'm trying to import data from single cells of Excel 2007/2010 worksheets using, for example, the following syntax:
import Mysheet.xlsx range="Myrange!H35:H35" @freq a 2010 @rename series01 myseries
Unfortunately specifying only the top left cell (H35) the import range is automatically extended to the other non-empty cells adjacent to the H35.
This seems to be a specifice feature of the "range" option.
I wonder if it's possible to specify the range option in an alternative way or if exists a workaround in order to read single cells.
Thank you very much for your help,
Roberto
import Mysheet.xlsx range="Myrange!H35:H35" @freq a 2010 @rename series01 myseries
Unfortunately specifying only the top left cell (H35) the import range is automatically extended to the other non-empty cells adjacent to the H35.
This seems to be a specifice feature of the "range" option.
I wonder if it's possible to specify the range option in an alternative way or if exists a workaround in order to read single cells.
Thank you very much for your help,
Roberto