Page 1 of 1
Tprinter a Calc de LibreOffice
Posted: Fri Oct 30, 2020 10:30 pm
by Jorge_T
Hola,
Utilizo la clase tPrinter para algunos de mis reportes, ¿como podria enviar a hoja de calculo CALC de LibreOffice?
Muchas gracias, saludos
Re: Tprinter a Calc de LibreOffice
Posted: Sat Oct 31, 2020 4:02 pm
by nageswaragunupudi
If you use TPrinter object, you need to write your own routine to export to excel/Calc. and provide it as
Code: Select all
oPrn:bToExcel := { |oPreview| Yourfunction( oPreview ) }
Re: Tprinter a Calc de LibreOffice
Posted: Sun Nov 01, 2020 11:57 am
by Jorge_T
Hi Mr Nages,
Any solution for the question for decimal point separator ....
thank you very much,
Re: Tprinter a Calc de LibreOffice
Posted: Sun Nov 01, 2020 12:39 pm
by nageswaragunupudi
Jorge_T wrote:Hi Mr Nages,
Any solution for the question for decimal point separator ....
thank you very much,
I need to install Open Office and check. I will do it soon.
Re: Tprinter a Calc de LibreOffice
Posted: Sun Nov 01, 2020 12:52 pm
by Jorge_T
Thank you very very much.
Regards,
Re: Tprinter a Calc de LibreOffice
Posted: Thu Nov 05, 2020 2:20 pm
by karinha