From d5053b707dd9b291bd80669f38cc40ea1b995187 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 5 Jun 2018 08:26:30 +0000 Subject: [PATCH] fpspreadsheet: Update installation instructions in "install.txt" git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6462 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/install.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/components/fpspreadsheet/install.txt b/components/fpspreadsheet/install.txt index da74d785c..4a9e0884f 100644 --- a/components/fpspreadsheet/install.txt +++ b/components/fpspreadsheet/install.txt @@ -1,3 +1,13 @@ -(1) Open laz_fpspreadsheet.lpk --> compile -(2) Open laz_fpspreadsheet_visual.lpk --> Usage --> Install -(3) Open laz_fpspreadsheetexport_visual.lpk --> Usage --> Install \ No newline at end of file +(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 xls file protection + Make sure that the package dcpcrypt.lpk can be found by the IDE + Open laz_fpspreadsheet_crypt.lpk -- > Compile \ No newline at end of file