Difference between revisions of "Calc/Features/Variable formula convention"

From Apache OpenOffice Wiki
< Calc‎ | Features
Jump to: navigation, search
(Detailed Specification: add hotkeys)
(Detailed Specification: formatted)
Line 67: Line 67:
 
Competing spreadsheets offer R1C1 addressing for very long time. OpenOffice.org Calc needs this feature to remain competitive and better serve customers. As user needs to select either A1 or R1C1 addressing Calc has to have UI control to govern this setting.
 
Competing spreadsheets offer R1C1 addressing for very long time. OpenOffice.org Calc needs this feature to remain competitive and better serve customers. As user needs to select either A1 or R1C1 addressing Calc has to have UI control to govern this setting.
  
This specification proposes to introduce radio button selector to choose between supported addressing types in Tools – Options – OpenOffice.org Calc – Calculation dialog in accordance with Picture 1 (formula_syntax_option_page.png, picture shows 3 types supported by code).
+
This specification proposes to introduce radio button selector to choose between supported addressing types in '''Tools – Options – OpenOffice.org Calc – Calculation''' dialog in accordance with Picture 1 (formula_syntax_option_page.png, picture shows 3 types supported by code).
  
 
[[Image:formula_syntax_option_page.png]]
 
[[Image:formula_syntax_option_page.png]]
  
Suggested accelerator keys:
+
=====Suggested accelerator keys=====
 
* “O” for “A1 (OpenOffice.org)”
 
* “O” for “A1 (OpenOffice.org)”
 
* “E” for “A1 (Excel)”
 
* “E” for “A1 (Excel)”

Revision as of 15:36, 6 November 2008

Variable Formula Convention

Specification Status
Author Kohei Yoshida
Last Change See wiki history
Status draft

Abstract

This feature enables use of several different formula syntax conventions in Calc. The three formula conventions will be supported initially, with possible future additions of more conventions as needed. The conventions that will initially be included are

  • Calc A1 (current convention)
  • Excel A1
  • Excel R1C1

The current formula convention can be switched at run-time, via the Options page. In addition, argument separator, and array column and row separators will be replaceable.

References

Reference Document Check Location (URL)
Issue ID (required) available Issue 20857 Issue 72191 Issue 92056
Test case specification (required) n/a

Contacts

Role Name E-Mail Address
Developer Kohei Yoshida kyoshida@novell.com
Quality Assurance nobody
Documentation nobody
User Experience nobody

Detailed Specification

Competing spreadsheets offer R1C1 addressing for very long time. OpenOffice.org Calc needs this feature to remain competitive and better serve customers. As user needs to select either A1 or R1C1 addressing Calc has to have UI control to govern this setting.

This specification proposes to introduce radio button selector to choose between supported addressing types in Tools – Options – OpenOffice.org Calc – Calculation dialog in accordance with Picture 1 (formula_syntax_option_page.png, picture shows 3 types supported by code).

Formula syntax option page.png

Suggested accelerator keys
  • “O” for “A1 (OpenOffice.org)”
  • “E” for “A1 (Excel)”
  • “R” for “R1C1”

Migration

No migration is involved.

Configuration

No configuration is involved. Default setting should be OpenOffice.org A1 style.

File Format

No file format change is involved.

Open Issues

Issue 72191 (create date Dec 1, 2006)

References

  1. Daniel Rentz's note on Excel separator conventions per locale
Personal tools