You've already forked lazarus-ccr
fpspreadsheet: Write OOXML string formulas. Write biff2 dimension record.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3456 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1372,7 +1372,6 @@ function fpsDATEDIF(Args: TsArgumentStack; NumArgs: Integer): TsArgument;
|
||||
= YD - The difference between the days (years and dates are ignored). }
|
||||
var
|
||||
interval: String;
|
||||
data: TsArgStringArray;
|
||||
start_date, end_date: TDate;
|
||||
res1, res2, res3: TsArgument;
|
||||
begin
|
||||
@@ -1599,7 +1598,6 @@ function fpsCOUNTBLANK(Args: TsArgumentStack; NumArgs: Integer): TsArgument;
|
||||
var
|
||||
arg: TsArgument;
|
||||
r, c, n: Cardinal;
|
||||
cell: PCell;
|
||||
begin
|
||||
arg := Args.Pop;
|
||||
case arg.ArgumentType of
|
||||
|
||||
Reference in New Issue
Block a user