Skip to content

Basic Limits #59

Description

@wojciechczerniak

Description

ODFF 1.3 [1] in section 3.7 defines basic limits that Evaluator (HF) shall support to meet the first requirement for Small Group Evaluator (section 2.3.2):

  1. formulas up to at least 1024 characters long, as measured when in OpenDocument interchange format not counting the square brackets around cell addresses, or the “.” in a cell address when the sheet name is omitted.
  2. at least 30 parameters per function when the function prototype permits a list of parameters.
  3. permit strings of ASCII characters of up to 32,767 (2^15-1) characters.
  4. support at least 7 nesting levels of functions.

Action

  • Add tests so we're sure those requirements are always fulfilled.
    • Formulas up to 1024 characters long
    • at least 30 parameters per function
    • permit strings up to 32,767 characters
    • support at least 7 nesting levels of functions

Reference

[1] https://www.oasis-open.org/committees/documents.php?wg_abbrev=office

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ODFF ConformanceODDF 1.3 Evaluator requirementODFF SGEODDF 1.3 Small Group Evaluator requirement

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions