Files
lazarus-ccr/components/fpspreadsheet/install.txt
wp_xxyyzz d826f29a29 fpspreadsheet: Update readme files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-10-07 22:10:27 +00:00

16 lines
652 B
Plaintext

(1) ALWAYS: Basic package for reading/writing files
Open laz_fpspreadsheet.lpk --> compile
(2) If you need the visual controls (e.g. TsWorksheetGrid):
Open laz_fpspreadsheet_visual.lpk --> compile
Open laz_fpspreadsheet_visual_dsgn.lpk --> Use --> Install
(3) If you need the dbexport component
Open laz_fpspreadsheetexport_visual.lpk --> Use --> Install
(4) If you need to unlock xlsx and ods file protection
Make sure that the package dcpcrypt.lpk can be found by the IDE
Open laz_fpspreadsheet_crypto.lpk -- > Compile
(5) If you need database access to spreadsheets:
Open laz_fpsdataset.lpk --> Use --> Install