fpspreadsheet: Change package version numbers to 1.6 for next release. Update chm help file.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4175 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2015-06-03 11:07:39 +00:00
parent a658f6f7e6
commit 272db02859
11 changed files with 46 additions and 27 deletions

View File

@@ -1,3 +1,12 @@
{@@ ----------------------------------------------------------------------------
Unit fpsNumFormat contains classes and procedures to analyze and process
<b>number formats</b>.
AUTHORS: Werner Pamler
LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus
distribution, for details about the license.
-------------------------------------------------------------------------------}
unit fpsNumFormat; unit fpsNumFormat;
{$ifdef fpc} {$ifdef fpc}

View File

@@ -1,7 +1,6 @@
{ fpspreadsheet }
{@@ ---------------------------------------------------------------------------- {@@ ----------------------------------------------------------------------------
Unit fpspreadsheet reads and writes spreadsheet documents. Unit fpspreadsheet implements <b>spreadsheet documents</b> and their
properties and methods.
AUTHORS: Felipe Monteiro de Carvalho, Reinier Olislagers, Werner Pamler AUTHORS: Felipe Monteiro de Carvalho, Reinier Olislagers, Werner Pamler

View File

@@ -1,8 +1,6 @@
{ fpspreadsheetctrls }
{@@ ---------------------------------------------------------------------------- {@@ ----------------------------------------------------------------------------
Unit fpspreadsheetctrls implements some visual controls which help to create Unit fpspreadsheetctrls implements some <b>visual controls</b> which help
a spreadsheet application without writing too much code. to create a spreadsheet application without writing too much code.
AUTHORS: Werner Pamler AUTHORS: Werner Pamler
@@ -10,14 +8,17 @@
distribution, for details about the license. distribution, for details about the license.
EXAMPLE EXAMPLE
* Add a WorkbookSource component to the form. * Add a <i>WorkbookSource</i> component to the form.
* Add a WorksheetTabControl * Add a <i>WorksheetTabControl</i>
* Add a WorksheetGrid (from unit fpspreadsheetgrid) * Add a <i>WorksheetGrid</i> (from unit fpspreadsheetgrid)
* Link their WorkbookSource properties to the added WorkbookSource component * Link their <i>WorkbookSource</i> properties to the added
* Set the property FileName of the WorkbookSource to a spreadsheet file. <i>WorkbookSource</i> component
* Set the property <i>FileName</i> of the </i>WorkbookSource</i> to a
spreadsheet file.
--> The WorksheetTabControl displays tabs for each worksheet in the file, and As a result, the <i>WorksheetTabControl</i> displays tabs for each worksheet
the WorksheetGrid displays the worksheet according to the selected tab. in the file, and the <i>WorksheetGrid</i> displays the worksheet according to
the selected tab.
-------------------------------------------------------------------------------} -------------------------------------------------------------------------------}
unit fpspreadsheetctrls; unit fpspreadsheetctrls;

View File

@@ -1,14 +1,14 @@
{ fpspreadsheetgrid }
{@@ ---------------------------------------------------------------------------- {@@ ----------------------------------------------------------------------------
Grid component which can load and write data from/to FPSpreadsheet documents. Unit fpspreadsheet implements a <b>grid</b> component which can load and
write data from/to FPSpreadsheet documents.
Can either be used alone or in combination with a TsWorkbookSource component. Can either be used alone or in combination with a TsWorkbookSource component.
The latter case requires less written code. The latter method requires less written code.
AUTHORS: Felipe Monteiro de Carvalho, Werner Pamler AUTHORS: Felipe Monteiro de Carvalho, Werner Pamler
LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus
distribution, for details about the license. distribution, for details about the license.
-------------------------------------------------------------------------------} -------------------------------------------------------------------------------}
unit fpspreadsheetgrid; unit fpspreadsheetgrid;

View File

@@ -1,6 +1,6 @@
{@@ ---------------------------------------------------------------------------- {@@ ----------------------------------------------------------------------------
The unit fpsRPN contains methods for simple creation of an RPNFormula array The unit fpsRPN contains methods for simple creation of an <b>RPNFormula</b>
to be used in fpspreadsheet. array to be used in fpspreadsheet.
AUTHORS: Werner Pamler AUTHORS: Werner Pamler

View File

@@ -1,3 +1,12 @@
{@@ ----------------------------------------------------------------------------
Unit fpsTypes collects the most <b>fundamental declarations</b> used
throughout the fpspreadsheet library.
AUTHORS: Werner Pamler
LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus
distribution, for details about the license.
-------------------------------------------------------------------------------}
unit fpsTypes; unit fpsTypes;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@@ -1,5 +1,6 @@
{@@ ---------------------------------------------------------------------------- {@@ ----------------------------------------------------------------------------
Utility functions and declarations for FPSpreadsheet Unit fpsUtils provides a variety of <b>utility functions</b> used
throughout the fpspreadsheet library.
LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus LICENSE: See the file COPYING.modifiedLGPL.txt, included in the Lazarus
distribution, for details about the license. distribution, for details about the license.

View File

@@ -27,7 +27,7 @@
This package is all you need if you don't want graphical components (like grids and charts)."/> This package is all you need if you don'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)."/> <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="5"/> <Version Major="1" Minor="6"/>
<Files Count="35"> <Files Count="35">
<Item1> <Item1>
<Filename Value="fpolestorage.pas"/> <Filename Value="fpolestorage.pas"/>

View File

@@ -19,7 +19,7 @@
It provides graphical components like a grid and chart."/> 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)."/> <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="5"/> <Version Major="1" Minor="6"/>
<Files Count="5"> <Files Count="5">
<Item1> <Item1>
<Filename Value="fpspreadsheetctrls.pas"/> <Filename Value="fpspreadsheetctrls.pas"/>

View File

@@ -24,7 +24,7 @@
It provides a graphical export component on the Data Export tab."/> 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)."/> <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="5"/> <Version Major="1" Minor="6"/>
<Files Count="2"> <Files Count="2">
<Item1> <Item1>
<Filename Value="fpsexport.pas"/> <Filename Value="fpsexport.pas"/>