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.
oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)
- albeiroval
- Posts: 323
- Joined: Tue Oct 16, 2007 5:51 pm
- Location: Barquisimeto - Venezuela
oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)
Last edited by albeiroval on Thu Aug 29, 2019 7:35 pm, edited 3 times in total.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?
oBrw:ToExcel(...) returns oSheet object( Worksheet object of Excel )
You can add/modify whatever information you want to the oSheet object.
You can add/modify whatever information you want to the oSheet object.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- albeiroval
- Posts: 323
- Joined: Tue Oct 16, 2007 5:51 pm
- Location: Barquisimeto - Venezuela
Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?
Thanks Mr. Nages