Delphi
DinosOffice - LibreOffice for Delphi v20.1
the DocVisible property was included, by default it is false, so when
generating the spreadsheet it is not displayed on the screen, If you
want to see the spreadsheet being generated, set it to true.
Need install:
Description
the DocVisible property was included, by default it is false, so when
generating the spreadsheet it is not displayed on the screen, If you
want to see the spreadsheet being generated, set it to true.
Need install: https://pt-br.libreoffice.org/...
- Open project
"C:yourLocalComponentDinosOffice-OpenOfficesrcPackageOpenOfficeComponent_install.dproj"
For delphi 7 use the
C:yourLocalComponentDinosOffice-OpenOfficesrcPackagOpenOfficeComponent_install_Delphi7.dpk
2 - Clean
3 - Build
4 - install
5
- tools -> options -> language -> Delphi -> Library ->
Library/ADD:
"C:yourLocalComponentDinosOffice-OpenOfficesrcPackageSrc" For delphi
7 use the
"C:yourLocalComponentDinosOffice-OpenOfficesrcPackageSrc_dx7"
For
basic read and write sheet usage, just use the component To style the
worksheet and documents, use the additional units:
uOpenOfficeHelper.pas, uOpenOfficeCollors.pas