2014-06-25 15:07:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-10-06 19:25:18 +00:00
|
|
|
<CONFIG>
|
2020-06-02 11:50:30 +00:00
|
|
|
<Package Version="5">
|
2009-10-06 19:25:18 +00:00
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<Name Value="laz_fpspreadsheet_visual"/>
|
2014-06-25 15:07:41 +00:00
|
|
|
<Author Value="Felipe Monteiro de Carvalho and others"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
<CompilerOptions>
|
2014-06-25 15:07:41 +00:00
|
|
|
<Version Value="11"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<SearchPaths>
|
2018-06-04 21:01:35 +00:00
|
|
|
<IncludeFiles Value="source"/>
|
2018-06-04 19:36:21 +00:00
|
|
|
<OtherUnitFiles Value="source\visual"/>
|
|
|
|
<UnitOutputDirectory Value="source\visual\lib\$(TargetCPU)-$(TargetOS)"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
</SearchPaths>
|
|
|
|
<Other>
|
2014-06-25 15:07:41 +00:00
|
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
</Other>
|
|
|
|
</CompilerOptions>
|
2018-08-13 16:17:04 +00:00
|
|
|
<Description Value="laz_fpspreadsheet_visual is a package with visual components that allows you display, read and write spreadsheet files in .xls (BIFF/Excel), .ods OpenDocument (LibreOffice/OpenOffice) and .xlsx Open XML (Excel) formats.
|
2014-06-25 15:07:41 +00:00
|
|
|
|
|
|
|
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)."/>
|
2023-10-15 17:47:58 +00:00
|
|
|
<Version Major="1" Minor="17"/>
|
2023-12-07 22:53:48 +00:00
|
|
|
<Files Count="6">
|
2009-10-06 19:25:18 +00:00
|
|
|
<Item1>
|
2018-06-04 19:36:21 +00:00
|
|
|
<Filename Value="source\visual\fpspreadsheetchart.pas"/>
|
2016-10-22 20:59:00 +00:00
|
|
|
<UnitName Value="fpspreadsheetchart"/>
|
2018-06-04 21:01:35 +00:00
|
|
|
</Item1>
|
|
|
|
<Item2>
|
2018-06-04 19:36:21 +00:00
|
|
|
<Filename Value="source\visual\fpspreadsheetctrls.pas"/>
|
2016-10-22 20:59:00 +00:00
|
|
|
<UnitName Value="fpspreadsheetctrls"/>
|
2018-06-04 21:01:35 +00:00
|
|
|
</Item2>
|
|
|
|
<Item3>
|
2018-06-04 19:36:21 +00:00
|
|
|
<Filename Value="source\visual\fpspreadsheetgrid.pas"/>
|
2016-10-22 20:59:00 +00:00
|
|
|
<UnitName Value="fpspreadsheetgrid"/>
|
2018-06-04 21:01:35 +00:00
|
|
|
</Item3>
|
|
|
|
<Item4>
|
2018-06-04 19:36:21 +00:00
|
|
|
<Filename Value="source\visual\fpsvisualutils.pas"/>
|
2014-11-14 23:27:49 +00:00
|
|
|
<UnitName Value="fpsvisualutils"/>
|
2018-06-04 21:01:35 +00:00
|
|
|
</Item4>
|
|
|
|
<Item5>
|
|
|
|
<Filename Value="source\visual\fpsactions.pas"/>
|
|
|
|
<UnitName Value="fpsActions"/>
|
2014-11-14 23:27:49 +00:00
|
|
|
</Item5>
|
2023-12-07 22:53:48 +00:00
|
|
|
<Item6>
|
|
|
|
<Filename Value="source\visual\fpsstockseries.pas"/>
|
|
|
|
<UnitName Value="fpsstockseries"/>
|
|
|
|
</Item6>
|
2009-10-06 19:25:18 +00:00
|
|
|
</Files>
|
2020-07-18 15:57:19 +00:00
|
|
|
<CompatibilityMode Value="True"/>
|
2010-05-01 18:10:38 +00:00
|
|
|
<RequiredPkgs Count="4">
|
2009-10-06 19:25:18 +00:00
|
|
|
<Item1>
|
2016-10-22 20:59:00 +00:00
|
|
|
<PackageName Value="laz_fpspreadsheet"/>
|
2020-07-01 10:40:36 +00:00
|
|
|
<MaxVersion Major="1" Minor="12"/>
|
|
|
|
<MinVersion Major="1" Minor="13" Valid="True"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
</Item1>
|
|
|
|
<Item2>
|
2016-10-22 20:59:00 +00:00
|
|
|
<PackageName Value="tachartlazaruspkg"/>
|
2009-10-06 19:25:18 +00:00
|
|
|
</Item2>
|
|
|
|
<Item3>
|
2010-05-01 18:10:38 +00:00
|
|
|
<PackageName Value="LCL"/>
|
|
|
|
</Item3>
|
|
|
|
<Item4>
|
2009-10-06 19:25:18 +00:00
|
|
|
<PackageName Value="FCL"/>
|
|
|
|
<MinVersion Major="1" Valid="True"/>
|
2010-05-01 18:10:38 +00:00
|
|
|
</Item4>
|
2009-10-06 19:25:18 +00:00
|
|
|
</RequiredPkgs>
|
|
|
|
<UsageOptions>
|
|
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
|
|
</UsageOptions>
|
|
|
|
<PublishOptions>
|
|
|
|
<Version Value="2"/>
|
|
|
|
</PublishOptions>
|
|
|
|
</Package>
|
|
|
|
</CONFIG>
|