fpspreadsheet: Add text format. Allow leading apostrophe to prevent conversion of a cell text to numbers.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-03-09 21:17:53 +00:00
parent 52975a9ac1
commit c8d5e0f95a
20 changed files with 292 additions and 333 deletions

View File

@@ -644,8 +644,6 @@ end;
{ Stores a font in the workbook's font list. Does not allow duplicates. }
function TsHTMLAnalyzer.AddFont(AFont: TsFont): Integer;
const
EPS = 1e-3;
var
fnt: TsFont;
begin