fpspreadsheet: Update readme files

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-10-07 22:10:27 +00:00
parent 67024b9786
commit d826f29a29
2 changed files with 12 additions and 8 deletions

View File

@ -3,6 +3,7 @@ fpspreadsheet
The fpSpreadsheet library offers a convenient way to generate and read The fpSpreadsheet library offers a convenient way to generate and read
spreadsheet documents in various formats: spreadsheet documents in various formats:
- Excel 2.x .xls - Excel 2.x .xls
- Excel 3.0 and 4.0 .xls
- Excel 5.0/Excel 95 .xls - Excel 5.0/Excel 95 .xls
- Excel 8.0 (Excel 97-XP) .xls - Excel 8.0 (Excel 97-XP) .xls
- Excel XML (Excel 2003) .xml - Excel XML (Excel 2003) .xml
@ -33,23 +34,26 @@ If you also want GUI components (grid and chart):
- select laz_fpspreadsheet_visual.lpk from the fpspreadsheet installation folder - select laz_fpspreadsheet_visual.lpk from the fpspreadsheet installation folder
- click Compile - click Compile
- select laz_fpspreadsheet_visual_dsgn.lpk from the fpspreadsheet installation folder - select laz_fpspreadsheet_visual_dsgn.lpk from the fpspreadsheet installation folder
- then click Use, Install and follow the prompts to rebuild Lazarus with the new package. - then click Use > Install and follow the prompts to rebuild Lazarus with the new package.
Drop needed grid/chart components on your forms as usual Drop needed grid/chart components on your forms as usual
A third package contains code for export databases to spreadsheet files A third package contains code for export databases to spreadsheet files
- Package/Open Package File - Package/Open Package File
- Select laz_fpspreadsheetexport_visual.lpk from the folder "source" - Select laz_fpspreadsheetexport_visual.lpk from the folder "source"
- Click Compile - Then click Use > Install and follow the prompts to rebuild Lazarus with the new package.
- Then click Use, Install and follow the prompts to rebuild Lazarus with the new package.
Drop export component on your form as usual. Drop export component on your form as usual.
A fourth package allows to access spreadsheet files with database technology:
- Package/Open Package File
- Select laz_fpspreadsheet_dataset.lpk from the folder "source"
- Click Use, Install and follow the prompts to rebuild Lazarus with the new package.
Drop dataset component on your form as usual.
If you want to access encrypted spreadsheet files the following package must be made known If you want to access encrypted spreadsheet files the following package must be made known
to the IDE: to the IDE:
- Package/Open Package File - Package/Open Package File
- select laz_fpspreadsheet_crypo.lpk - Select laz_fpspreadsheet_crypto.lpk
- Click Compile - Click Compile
- NOTE: this package has a dependence on the package DCPCrypt which must be compile first.
(you can use the Online-Package-Manager to download this package).
License License

View File

@ -8,9 +8,9 @@
(3) If you need the dbexport component (3) If you need the dbexport component
Open laz_fpspreadsheetexport_visual.lpk --> Use --> Install Open laz_fpspreadsheetexport_visual.lpk --> Use --> Install
(4) If you need to unlock xls file protection (4) If you need to unlock xlsx and ods file protection
Make sure that the package dcpcrypt.lpk can be found by the IDE Make sure that the package dcpcrypt.lpk can be found by the IDE
Open laz_fpspreadsheet_crypto.lpk -- > Compile Open laz_fpspreadsheet_crypto.lpk -- > Compile
(5) If need database access to spreadsheets: (5) If you need database access to spreadsheets:
Open laz_fpsdataset.lpk --> Use --> Install Open laz_fpsdataset.lpk --> Use --> Install