Page 1 of 1

oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)

Posted: Fri Aug 23, 2019 2:01 pm
by albeiroval
Hello.

Mr. Nages.

How could I add information at the Start and end of the Excel document Created with oBrw: ToExcel (...)

Example :

HEADER LINEA1
HEADER LINEA2
HEADER LINEA3

.....

Iformation Added by oBrw:ToExcel( ... )

....

FOOTER LINEA1
FOOTER LINEA2
FOOTER LINEA3

..........

It could be something like that, example : oBrw:ToExcel( ..., bHeader, bFooter )

Thanks.

Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?

Posted: Sat Aug 24, 2019 5:43 am
by nageswaragunupudi
oBrw:ToExcel(...) returns oSheet object( Worksheet object of Excel )

You can add/modify whatever information you want to the oSheet object.

Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?

Posted: Thu Aug 29, 2019 2:03 am
by albeiroval
Thanks Mr. Nages