Pojdi na vsebino

OpenFormula

Iz Wikipedije, proste enciklopedije
Redakcija dne 11:21, 3. julij 2008 od Ursacol02 (pogovor | prispevki) (Nova stran: {{update}} {{OpenDocument}} '''OpenFormula''' se imenujeta osnutek odprtega standarda za izmenjavo preračunanih formul v preglednicah in projekt, ki skrbi za to specifikacijo. OpenF...)
(razl) ← Starejša redakcija | prikaži trenutno redakcijo (razl) | Novejša redakcija → (razl)

Predloga:OpenDocument OpenFormula se imenujeta osnutek odprtega standarda za izmenjavo preračunanih formul v preglednicah in projekt, ki skrbi za to specifikacijo. OpenFormula je osnutek dodatka k standardu OpenDocument (ISO/IEC 26300). OpenFormula je predlagal in v izvirniku zasnoval David A. Wheeler.

Zgodovina

Razprave o potrebi po standardu

OpenDocument 1.0 je specifikacija za izmenjavo pisarniških dokumentov in je v cleoti zmožna opisati matematične formule, ki so prikazane na zaslonu (na podlagi vnovične uporabe standarda MathML). Prav tako v celoti omogoča izmenjavo podatkov iz preglednice, oblik, vrtilnih tabel in drugih informacij, ki so navadno vključene v preglednicah. OpenDocument omogoča izmenjavo furmul iz preglednic (formul, ki se preračunajo v preglednici); formule se izmenjujejo kot vrednosti atributa tabela:formula.

Kljub temu so mnogi menili, da oblikovanje in pomen atributa tabela:formula nista dovolj natančno določena. Različica OpenDocument 1.0 specifikacija določa formule v preglednicah na podlagi niza enostavnih primerov, ki prikazujejo napr. kako določiti obsege ali funkcijo SUM(). Nekateri kritiki trdijo, da bi bilo treba ustvariti podrobnejšo in natančnejšo specifikacijo funkcij v preglednicah, vključno z njihovim oblikovanjem in pomenom, ki bi te primere še poudarila. [1][2][3][4]

The OpenDocument committee argued that this was outside their scope at that time. They declared, "A comment was submitted concerning the (inclusion) of a grammar for spreadsheet formulas which conforming implementations should support. While we think that having interoperability on that level would be of great benefit to users, we do not believe [sic] that this is in the scope of the current specification. Especially since it is not specifically related to the actual XML format the specification describes. The TC will work on a solution concerning the documentation of interoperabilty standards that go beyond what is defined in the specification".[5]

Others have argued that, while the specification is less specific than one might like, the intent is fairly clear (especially since formulas tend to follow decades-long traditions), and also because the vast majority of spreadsheets only use a small set of functions (such as SUM) which are universally supported by all spreadsheet implementations anyway. In practice, many developers look to OpenOffice.org as a "canonical implementation"; since its code is public for anyone to review, and its XML output can be inspected, this can resolve many questions.

OpenFormula Project

One of the external commentors on OpenDocument, David A. Wheeler, began drafting a specification for formulas; his first draft was released in February 2005. This began a process of discussion with various spreadsheet implementors and developers.

In October 2005 Wheeler publicly began an informal project, backed by the OpenDocument Fellowship, to create a draft formula specification, based on the initial draft and on discussions since that time with various implementors. By January 2006 the group had developed a lengthy specification, and implementors had begun changing their implementations to meet the draft specification.

OASIS Formula Subcommittee

In February 2006, OASIS formally created the formula subcommittee, naming Wheeler as the subcommittee chair. After discussion, the subcommittee agreed to use the OpenFormula project's document as their base document. Thus, by February 2006, OASIS had a draft formula specification with a detailed framework and over 100 functions defined.

Microsoft Response

In 2005, Microsoft's Brian Jones noted that OpenDocument did not define spreadsheet formulas in detail.[6] However, at the time Microsoft's competing proprietary XML format also did not include this kind of detailed specification for formulas.[7]

Microsoft continued to protest that OpenDocument could not be used because it did not define a format for spreadsheet formulas, yet its own specification continued to omit any specification about formulas through April 2006. Finally, in May 2006, Microsoft also began defining formulas in its XML format, fifteen months after the first version of OpenFormula and three months after OASIS posted its first official draft of its specification.

OpenFormula Attributes

Key attributes of the OpenFormula specification and development process, many of which are unique to OpenFormula as a recalculated formula format, are:

  • Developed by many different implementors. OpenFormula is being developed by representatives from many different implementors, working together, including OpenOffice.org and Sun StarOffice (Eike Rathke), KDE KOffice (David Faure and Tomas Mecir), Gnumeric (Dr. Andreas J. Guelzow and Jody Goldberg), IBM/Lotus 1-2-3 (Rob Weir), and wikiCalc (Dan Bricklin, co-creator of the spreadsheet).
  • Developed with experienced users. Many experienced users (such as Tom Metcalf, a scientist specializing in the astrophysics of the Sun) take part. The group includes several mathematicians, both users and developers.
  • Open development. The discussions of the group, and weekly drafts, are available to the public.
  • Fully open standard The specification meets all widely-accepted definitions of being an "open standard", including those by Bruce Perens and the European Union. For example, (1) both open source software and proprietary software can implement it, and (2) the work is based on consensus, not domination by any single supplier.
  • Implementors are already implementing it. Implementors have already made changes to their applications due to the work of this body, such as changing how they handle signed values in MOD, the association of exponentiation, and even implementing new functions to conform to the draft standard.
  • Focused development. The subcommittee is a large group focused specifically on spreadsheet formulas, and nothing else.
  • Not rushed. OpenFormula is based on specification work that was first released on 2005-02-26, as well as a large body of research into different applications.
  • Future-proofed format The syntax has been carefully designed to work indefinitely into the future. For example, it allows an arbitrary number of columns, while also allowing arbitrary names of values.
  • Embedded test cases. OpenFormula includes a large number of test cases, ones that test and demonstrate the specification including "edge cases" that people often forget. More importantly, they are specially formatted so they can be automatically extracted and placed in a test spreadsheet to test applications. Rob Weir reports that, "This gives us a self-testing specification, a great labor savings, as well as a demonstration of the innovative things you can do with ODF (OpenDocument format)."[8]
  • Rigorous definitions The test cases (noted previously) help it be far more rigorous. In addition, OpenFormula defines the types for each function (as prototypes of each function). Function definitions are examined deeply, e.g., YEARFRAC() has subtle behavior in the leap years, which were carefully examined and defined.
  • Doesn't mandate mistakes. The specification is carefully written to not require certain bugs, just because someone has a bug. For example, Excel incorrectly believes that 1900 was a leap year, and at least draft version 1.3 of the Excel specification claims that compatible applications must make the same mistake, and requires that applications cannot be more capable than Excel by supporting dates before 1900. By comparing many different independent implementations, the OpenFormula group can often detect when an application makes a mistake, and ensure that applications are not overly restricted.
  • Innovations from many sources. OpenFormula covers the functions of Excel and OpenOffice.org, plus important functions not found in either one but instead found in other spreadsheet applications, such as Gnumeric and KSpread. For example, the specification includes the functions DECIMAL and BASE, which are much better ways to handle different bases than the old BIN2DEC (etc.) functions. It also includes bit operations like BITAND. These sources include Excel, OpenOffice.org Calc, Sun StarOffice Calc, KDE KOffice Kspread, GNOME Gnumeric, IBM/Lotus 1-2-3, Corel Word Perfect Suite Quattro Pro, wikiCalc, and DocumentToGo's SheetToGo. The subcommittee argues that by including the innovations from around the world of many different independent applications, they produce a better result that is far more inclusive.
  • Room for innovation by anyone. Application-specific "namespaces" are defined for functions. This allows spreadsheet applications to add new functions, without interfering with current standard functions, future standard functions, or functions defined by other applications. As a result, different applications can add new functions without interfering with others; once a consensus arises about the new function, it can be standardized. The namespace is based on the Internet's naming service (reversed domain names), so ORG.OPENOFFICE.STYLE would be an OpenOffice.org-unique function.
  • Internationalization. The specification does not assume that everyone uses "." as the decimal point, and indeed does not constrain user interfaces at all. Named expressions can have names in local character sets.
  • Subset support. Applications can implement a subset or superset. To prevent user confusion, various "groups" are defined so that users can request specific sets of capabilities.

OpenFormula Groups

One important aspect of OpenFormula is that it provides a predefined set of "groups"; the most important of these groups are small, medium, and large:

  • The small group includes a little over 100 functions, including functions for trigonometry, database, finance, and statistics. The vast majority of spreadsheet documents are ably handled by applications that implement the "small" group. At least one PDA application (SheetToGo) has this level of capability, and wikiCalc added the functions in the small group specifically to meet the set defined by OpenFormula.
  • The medium group includes all the capabilities of the small group, and adds about 100 more functions.
  • The large group includes all the capabilities of the medium group, adding around 130 more functions, as well as capabilities such as complex numbers.

It is expected that users will often request implementations that meet a particular group, based on their needs.

Expected Completion Time

OpenFormula has exceeded several time frames from 2006, however in June 2007 it was announced that four tasks remain before submission to the quality assurance review.[9]

Note that many implementors are implementing the specification while it is being written, modifying their applications where necessary to comply with the draft standard. As most of the draft has remained unchanged for some time, many implementations already implement a majority of the draft standard.

References

  1. Wheeler, David A (1. november 2004). »Proposal: More detailed specification for formulas«. office-comment (dopisni seznam). {{navedi dopisni seznam}}: Prezrt neznani parameter |mailinglist= (predlagano je |mailing-list=) (pomoč)
  2. Fioretti, Marco (20. september 2005). »OpenDocument office suites lack formula compatibility«.
  3. Welinder, Morten (16. junij 2005). »OpenDocument for Spreadsheets«.
  4. Rathke, Eike (23. junij 2005). »OpenDocument For Spreadsheets [reply to Morten Welinder]«.
  5. OASIS (14. januar 2006). »Open Office XML Format TC Meeting Minutes 10-Jan-05«. office (dopisni seznam). {{navedi dopisni seznam}}: Prezrt neznani parameter |mailinglist= (predlagano je |mailing-list=) (pomoč)
  6. Jones, Brian (4. oktober 2005). »Comments from Tim Bray on OpenDocument«.
  7. Wheeler, David A (7. november 2005). »FYI: Formulas not specified by Microsoft XML, either«. openforumala-discuss (dopisni seznam). {{navedi dopisni seznam}}: Prezrt neznani parameter |mailinglist= (predlagano je |mailing-list=) (pomoč)
  8. Weir, Rob (3. avgust 2006). »Follow the Leader«.
  9. Rathke, Eike (7. junij 2007). »Who is on board?«. office-formula (dopisni seznam). {{navedi dopisni seznam}}: Prezrt neznani parameter |mailinglist= (predlagano je |mailing-list=) (pomoč)