fpspreadsheet: Add support for formulas, as well as properties for cell comments, hyperlinks and number formats to TsSpreadsheetGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-01-18 12:09:06 +00:00
parent 00d14e3914
commit 638b34c693
3 changed files with 129 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ object MainForm: TMainForm
Menu = MainMenu
OnCreate = FormCreate
ShowHint = True
LCLVersion = '1.5'
LCLVersion = '1.7'
object WorkbookTabControl: TsWorkbookTabControl
Left = 0
Height = 518
@@ -343,7 +343,7 @@ object MainForm: TMainForm
CellFormatItem = cfiFontName
WorkbookSource = WorkbookSource
DropDownCount = 24
ItemIndex = 95
ItemIndex = 91
TabOrder = 0
Text = 'Arial'
end
@@ -776,14 +776,14 @@ object MainForm: TMainForm
object AcTextRot90CW: TsTextRotationAction
Category = 'FPSpreadsheet'
WorkbookSource = WorkbookSource
Caption = '90° clockwise'
Caption = '90° clockwise'
Hint = '90° clockwise rotated text'
TextRotation = rt90DegreeClockwiseRotation
end
object AcTextRot90CCW: TsTextRotationAction
Category = 'FPSpreadsheet'
WorkbookSource = WorkbookSource
Caption = '90° counter-clockwise'
Caption = '90° counter-clockwise'
Hint = '90° counter-clockwise rotated text'
TextRotation = rt90DegreeCounterClockwiseRotation
end