Hi.
I'm using xls output format for a report - using the "standard" output object:
var oOutput = Context.createOutputObject(); oOutput.BeginSection(false,Constants.SECTION_DEFAULT); .... oOutput.EndSection(); oOutput.WriteReport();
Is there a possibility to name/label excel sheets within these standard output methods?
I know that there is a method within the "xlsworkbook" methods, but these methods make cell writing more complicated than the standard output methods i think.
BR