fpspreadsheet: preparing v1.14 for next OPM release.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8192 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-01-31 09:37:01 +00:00
parent ddb1cd10e5
commit e028bf3a27
6 changed files with 11 additions and 11 deletions

View File

@ -29,11 +29,11 @@
</OtherDefines>
</Other>
</CompilerOptions>
<Description Value="laz_fpspreadsheet is a non-visual component that allows you to use the fpspreadsheet package to read/write spreadsheet files in .xls (BIFF/Excel), .ods OpenDocument (LibreOffice/OpenOffice) and .xlsx Open XML (Excel) formats.
<Description Value="laz_fpspreadsheet is a non-visual package that allows you to read/write spreadsheet files in .xls (BIFF/Excel), .ods OpenDocument (LibreOffice/OpenOffice) and .xlsx Open XML (Excel) formats.
This package is all you need if you don&apos;t want graphical components (like grids and charts)."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="55">
<Item1>
<Filename Value="source\fps.inc"/>

View File

@ -13,7 +13,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Encryption / decryption support for FPSpreadsheet"/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="2">
<Item1>
<Filename Value="source\crypto\xlsxdecrypter.pas"/>

View File

@ -9,16 +9,16 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="source/dataset"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
<OtherUnitFiles Value="source\dataset"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Accesses a spreadsheet file like a database."/>
<Description Value="Library to access a spreadsheet file like a database."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="1">
<Item1>
<Filename Value="source/dataset/fpsdataset.pas"/>
<Filename Value="source\dataset\fpsdataset.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="fpsDataset"/>
</Item1>

View File

@ -20,7 +20,7 @@
It provides graphical components like a grid and chart."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="5">
<Item1>
<Filename Value="source\visual\fpspreadsheetchart.pas"/>

View File

@ -16,7 +16,7 @@
</CompilerOptions>
<Description Value="laz_fpspreadsheet_visual_dsgn is the design-tim package for the visual fpspreadsheet components."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="1">
<Item1>
<Filename Value="source\design\fpsvisualreg.pas"/>

View File

@ -25,7 +25,7 @@
It provides a graphical export component on the Data Export tab."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="13"/>
<Version Major="1" Minor="14"/>
<Files Count="2">
<Item1>
<Filename Value="source\export\fpsexport.pas"/>