Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Re: st: Export Excel – multiple worksheets


From   daniel klein <[email protected]>
To   [email protected]
Subject   st: Re: st: Export Excel – multiple worksheets
Date   Tue, 23 Oct 2012 10:54:48 +0200

For

export excel Industry `stub'_2000-`stub'_2010 using foo.xls
,sh("`Worksheet++i'")

read

export excel Industry `stub'_2000-`stub'_2010 ///
using foo.xls ,sh("Worksheet`++i'")

Best
Daniel

-- 
Kathrin,

try something like

loc i 0
foreach stub in GDP EMP [...] {
    export excel Industry `stub'_2000-`stub'_2010 using foo.xls
,sh("`Worksheet++i'")
}

assuming the correct order of variables.

A minor side issue for StataCorp. I noticed that the indicated
abbreviation in the help file for -import excel- and -export excel-
result in an syntax error. Typing

import exc using foo.xls

imports foo.xls, but returns error code 198 export unknown subcommand "exc"

Best
Daniel

-- 
Hi,

I want to use the export excel feature and I am unsure about the
syntax. I would like to export variables into multiple Excel
worksheets.
[...]
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index