Page 1 of 1

changing sheet name in export

Posted: Fri Feb 01, 2019 10:54 am
by Gilbril
Dear Tom,

I do want to load out-of-sample forecast generated by rats into our internal excel database.
However exporting the table with the forecast via report instruction creates an Excel file where the sheet name is 'sheet 1'.
Unfortunately this does not work with our database System, where aspecific sheet name is required.
Can I export a table via Report, copy or an other instruction, where i can define the sheet name?

Unfortunately this does not work:
report(action=show,format=xlsx,sheet=name1,unit=copy)


Thanks a lot

Re: changing sheet name in export

Posted: Tue Feb 05, 2019 10:49 am
by TomDoan
So a single sheet is OK, but you have to be able to control its name?

Re: changing sheet name in export

Posted: Thu Feb 14, 2019 12:53 pm
by Gilbril
Yes thats right one sheet is sufficient. I just need to control the name.

I have an additional question. Is it possible to load all excel files from a specific folder? I want to collect different forecast from different rats programs in one single excel file.

Thanks a lot