I have a .wf1 with several pages and would like to write data series from each page (they have the same names) into several pages of a newly created .xls file. It seems that EV 6 does not support creation of Excel sheets or writing to a sheet with a particular name. Is my impression correct?
Simplified example:
Code: Select all
' the code iterates over %x (page names and sheet names)
write(t=xls,names,dates,s={%x}) filename.xls series1 series2 This gave no error messages, but wrote each set of series into one and the same Excel sheet, named "filename". The resulting .xls file contained only this one sheet and data from the last .wf1 page.
Can please someone suggest a workaround I could use in my code? Thanks for helping!
